Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 1996 00:38:56 -0500 (EST)
From:      "Jordyn A. Buchanan" <jordyn@bestweb.net>
To:        Jeffry Komala <jk@tti.net>
Cc:        questions@freebsd.org
Subject:   Re: Help! MX mail error
Message-ID:  <Pine.BSF.3.95.961221003454.1183A-100000@okeefe.bestweb.net>
In-Reply-To: <1.5.4.32.19961221045354.0068fb90@darwin.tti.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Dec 1996, Jeffry Komala wrote:

> I am trying to have inbound emails without specific hostname, delivered to
> my freeBSD 2.1.5 box which runs primary DNS.
> I have the following lines in my forward DNS file:
> 
> $ORIGIN bawel.net.
> <-----SOA record deleted for brevity------->
>                        MX 0 pioneer.bawel.net.
>                   IN   NS pioneer.bawel.net.
> 
> However, after I added the MX line as suggested by "DNS and BIND" book,
> I've got the following error message when sending an email with just the
> domain name:
> 
>    ----- Transcript of session follows -----
> 554 MX list for bawel.net. points back to pioneer.bawel.net
> 554 <lotus@bawel.net>... Local configuration error
> 
> I spent hours already reading help files and hacking around DNS files and
> sendmail.cf, but I got nowhere.
> Please help!

Sendmail doesn't think that it is supposed to be accepting mail
for bawel.net, but when it tries to send it to the "right" place, it
discovers that the only logical place to send the mail is back to the
computer that is already handling the mail (in other words, sendmail
looks up the MX records for the domain and discovers it is about to pass
the message on to itself!). This confuses sendmail.

Let sendmail know that it is supposed to be accepting mail for bawel.net.
Add a line with "bawel.net" to /etc/sendmail.cw.

|---------------------------------------------------------------|
|Jordyn A. Buchanan                           jordyn@bestweb.net|
|Bestweb Corporation                      http://www.bestweb.net|
|Senior System Administrator                     +1.914.271.4500|
|---------------------------------------------------------------|





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961221003454.1183A-100000>