From owner-freebsd-questions Sun Jul 18 15:20:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pinnacle.co.nz (pinnacle.internet.co.nz [210.48.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 99C9714C58 for ; Sun, 18 Jul 1999 15:20:06 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by pinnacle.co.nz (8.9.3/8.9.3) with ESMTP id KAA01929; Mon, 19 Jul 1999 10:11:54 +1200 (NZST) Date: Mon, 19 Jul 1999 10:11:54 +1200 (NZST) From: Jonathan Chen To: Joe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail not accepted by freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Jul 1999, Joe wrote: > > Hello, > I having trouble sending email freebsd.org from my sendmail > server. I get the following from my /var/log/maillog file: > > Jul 18 09:54:19 team7 sendmail[1613]: JAA01543: > to=, ctladdr= (1000/1000), > delay=00:35:42, xdelay=00:00:40, mailer=esmtp, relay=hub.freebsd.org. > [204.216.27.18], stat=Deferred: 450 : Host not found > > After checking the mailing list archives the only thing I could was > something about reverse lookups, so I did the following: > > > team7# nslookup team7.cba freebsd.org > Server: hub.FreeBSD.ORG > Address: 204.216.27.18 > > Non-authoritative answer: > Name: team7.cba.ualr.edu > Address: 144.167.120.24 > > > It appears that my host is being seen by freebsd.org but it refuses my > emails from there. At first I thought that there was something wrong with > mail server since I'm running current but freebsd.org is the only place > refusing my emails. Anybody else having the same problem? team.cba is *NOT* visibile from the 'Net, and hence NOT visible from freebsd.org. The reason why *you* can see it is because your default domain has been set to ualr.edu, which gets appended to team7.cba when you run nslookup. What you need to do is to tweak your sendmail.cf to set your domain name to team7.cba.ualr.edu. IIRC, you do this with: Djteam7.cba.ualr.edu somewhere in /etc/sendmail.cf Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message