Date: Thu, 21 Nov 2002 11:15:43 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: AlistairP@foschini.co.za Cc: freebsd-questions@rentboy.co.za Subject: Re: Sendmail not relaying to localhost (4.6 and 4.7 RELEASE) Message-ID: <20021121101543.GS77198@freepuppy.bellavista.cz> In-Reply-To: <08B1E5D97FE9D51197DB00062939FBA505C4CC03@ctexchg1.foschini.co.za> References: <08B1E5D97FE9D51197DB00062939FBA505C4CC03@ctexchg1.foschini.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
# AlistairP@foschini.co.za / 2002-11-21 11:30:30 +0200: > I had a weird problem a while ago that after installing > FreeBSD 4.6 RELEASE sendmail was not accepting local mail > for delivery. > > After looking at "mail -v <user>" I saw that sendmail was > not accepting relaying for the localhost. Now I could > telnet to localhost on port 25 and that worked so SMTP > itself was running. that's not the same thing. mail(1) doesn't talk SMTP AFAIK. > The problem turned out to be that in /etc/hosts the following > was missing: > > ::1 localhost > > Now I thought that maybe that was an isolated problem with > FBSD4.6 but I install 4.7 last night (Mini ISO) and had the > exact same problem. The /etc/hosts file did not have ::1 do you use IPv6? if not (and you're not, or you wouldn't be asking the question below), it's meaningless. > I have been told that the ::1 is a IPV6 loopback? Is that > correct? yes, it's the IPv6 loopback. > Why would it seem to be missing from the install? *probably* because it's irrelevant in 99.5% cases? show us your /etc/rc.conf, and your sendmail configuration. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html 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?20021121101543.GS77198>