Date: Wed, 14 May 2003 16:49:39 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Evan Dower <evantd@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: send-pr issues probably related to sendmail misconfiguration Message-ID: <20030514134939.GB83099@gothmog.gr> In-Reply-To: <BAY8-F35nsNm4b1a2LO0000e8df@hotmail.com> References: <BAY8-F35nsNm4b1a2LO0000e8df@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-05-13 19:50, Evan Dower <evantd@hotmail.com> wrote: > When I try to send-pr, I get: > > May 9 02:28:09 lojak sm-mta[21955]: h499RhZE021953: \ > to=<FreeBSD-gnats-submit@freebsd.org>, \ > ctladdr=<evantd@lojak.washington.edu> (1001/1001), delay=00:00:26, \ > xdelay=00:00:25, mailer=esmtp, pri=30460, \ > relay=mx1.freebsd.org. [216.136.204.125], dsn=4.2.0, stat=Deferred: \ > 450 <lojak.washington.edu>: Helo command rejected: Host not found You're trying to post mail from a host whose IP address is not static. The mail server at freebsd.org tries to lookup the hostname given in the HELO command your Sendmail sends, and fails. The message is returned with a temporary failure error code. When you're running Sendmail on a host with a dynamic IP address don't configure it to deliver mail directly. Use SMART_HOST to relay all your outgoing mail through the mail gateway of your ISP. > I can 'mail evantd@hotmail.com' just fine, but I suspect that the hotmail > servers don't resolve hostnames. lojak.washington.edu is NOT an FQDN, but > it's a lot nicer looking. I suppose I could try changing whatever needs to > be changed to my FQDN, but what exactly would need to be changed? Is that > even what seems to be necessary? No. Just like in Windows or X11 GUI mailers, that ask for an "outgoing mail server", where you explicitly direct all outgoing mail to something like mail.provider.com .. you need to tell Sendmail the same thing :-) - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030514134939.GB83099>