Date: Sun, 25 Aug 2002 08:29:04 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Lord Raiden <raiden23@netzero.net> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: New fetchmail problem Message-ID: <20020825052904.GA75707@hades.hell.gr> In-Reply-To: <4.2.0.58.20020825013113.00963a90@192.168.0.25> References: <4.2.0.58.20020825013113.00963a90@192.168.0.25>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-08-25 01:33 +0000, Lord Raiden wrote: > Hi all. Really silly question. Ever since setting my fetchmail > program to start grabbing mail off of one of my other mail accounts, > I'm now starting to get a lot of wierd errors. This one spammed by > box most of today and I finally had to telnet in and hand delete the > message to get it to stop. This is not fetchmail's fault, but a Sendmail configuration issue. > fetchmail: SMTP error: 451 4.1.8 Domain of sender address > freepasselgqxoak@nethostit.com does not resolve The message means that fetchmail has downloaded a message and tried to deliver it to your local SMTP listener. The Sendmail program receives this message from fetchmail, tries to resolve the domain of the sender, and returns a failure. You can disable the check for unresolvable domains in Sendmail by using the following in your .mc file under /etc/mail: FEATURE(`accept_unresolvable_domains')dnl -- FreeBSD: The Power to Serve <> http://www.FreeBSD.org FreeBSD 5.0-CURRENT #0: Wed Aug 21 22:08:19 EEST 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825052904.GA75707>