From owner-freebsd-questions Thu Jun 13 23: 1:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 4732337B435 for ; Thu, 13 Jun 2002 23:00:51 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA00767; Fri, 14 Jun 2002 08:37:21 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 1DD8038302; Fri, 14 Jun 2002 08:41:26 +0300 (EEST) Date: Fri, 14 Jun 2002 08:41:26 +0300 (EEST) From: Alexander V Zubchenko To: chia an Cc: Subject: Re: fetchmail problem In-Reply-To: <20020614041043.82968.qmail@web13503.mail.yahoo.com> Message-ID: <20020614083311.I4344-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Thu, 13 Jun 2002, chia an wrote: > hallo;;; > > i am trying to using fetchmail to open mail, but when it's not clear. fetchmail purpose is to fetch mail from remote mailserver and forward to local mail delivering subsystem. Read fetchmail(1). There are enough info on topic. I just provide here some tips. > i try to execute fetchmail from /usr/local/bin there > was an error message appear; > > no mailserver have been added,, It's right. Fetchmail take mailservers from ~/.fetchmailrc or file, specified on command line. Syntax is not easy, but very usable. > > i have configured my DNS and also add my domain as a > mailserver, but still doesnt work. My question is how > to add mailserver for fetchmail? I provide You with example from my ~root/.fetchmailrc: ..... set daemon 600 #run in daemon mode and check mail every 10 minutes poll relay1.provider.domain with proto IMAP user '' there with password '' is 'user@some.domain' here In second line we set to poll mail from relay1.provider.domain by IMAP. Use with passwd there (on relay1) and mail fetched mail (sorry ;-) to user@some.domain Hope, this help. Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message