From owner-freebsd-questions Sat Dec 1 13: 0:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 346A637B41A for ; Sat, 1 Dec 2001 13:00:48 -0800 (PST) Received: from d226-39-102.home.cgocable.net ([24.226.39.102] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 16AHFq-0005Aa-00; Sat, 1 Dec 2001 16:00:58 -0500 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id fB1L7uB66773; Sat, 1 Dec 2001 16:07:56 -0500 (EST) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Sat, 1 Dec 2001 16:07:56 -0500 (EST) From: Dru X-X-Sender: To: "Russell A. Khurshudian" Cc: Josh Paetzel , Freebsd-Questions Subject: Re: Problem with fetchmail (not receiving mail properly) In-Reply-To: <000001c17aa5$b7e4c420$0200a8c0@networld> Message-ID: <20011201160332.O66025-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> 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 On Sat, 1 Dec 2001, Russell A. Khurshudian wrote: > Enter password for user@pop.host.com: > 1 message for user at mailhost.host.com (788 octets). > reading message 1 of 1 (788 octets) fetchmail: SMTP connect to localhost > failed > fetchmail: SMTP transaction error while fetching from pop.host.com > fetchmail: Query status=10 (SMTP) > 1 message for user at mailhost.host.com (788 octets). > reading message 1 of 1 (788 octets) fetchmail: SMTP connect to localhost > failed > fetchmail: SMTP transaction error while fetching from pop.host.com > fetchmail: Query status=10 (SMTP) > > ----- Original Message ----- > From: "Josh Paetzel" > To: "Russell A. Khurshudian" > Cc: "Freebsd-Questions" > Sent: Saturday, December 01, 2001 8:19 AM > Subject: Re: Problem with fetchmail (not receiving mail properly) > > > > On Sat, Dec 01, 2001 at 01:14:35PM -0500, Russell A. Khurshudian wrote: > > > When i use fetchmail to get the mail from my ISPs mail server it says > that > > > it receives the mail and flushes it. When i check /var/mail/user there > is no > > > mail. > > > > > > Contents of my .fetchmailrc > > > > > > poll pop.host.com protocol POP3 username username is "login name" > password > > > mypass smtpname username@host.com smtphost smtp.host.com > > > > > > Try this: > > poll pop.host.com protocol POP3 username "pop username" password "pop > > password" user "pop username" is "local username" here; Hi Russell, Is your sendmail daemon running? That error message indicates that you don't have anything listening on port 25. What's the output of: sockstat -4 and ps -acux | grep sendmail Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message