Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 1998 16:16:22 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        info@bentreality.com (Jack Wenger)
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Sendmail Problem
Message-ID:  <199802061416.QAA00704@zibbi.mikom.csir.co.za>
In-Reply-To: <3.0.32.19980206072305.00947600@acw-web.com> from Jack Wenger at "Feb 6, 98 07:23:06 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> I tried this solution and it doesn't do it. I still get a delivery error.
> Maybe I didn't describe the problem correctly.
> I host, on my FBSD 2.2.2 box, websites that I design for my clients. I've
> got a 32 IP subnet from my ISP (netmask 255.255.255.224). I do NOT provide
> dial-up. I only get mail loops when my client uses my ISP for dial-up. My
> ISP also is my secondary and the rev-arpa files are on their server, not mine.
> 
> When any mail is sent to info@equinomical.com, I get this on my console:
> 
> Feb 6 07:16:26 br01 sendmail[1823]: HAA01821: SYSERR(root):
> smtp.acw-web.com. config error: mail loops back to me (MX problem?)
> 

The short answer is: Remove all the smtp.acw-web.com entries from your
dns. :-)

You have three MX records for equinomical.com:

equinomical.com.        3600    MX      10 smtp.acw-web.com.
equinomical.com.        3600    MX      20 br01.acw-web.com.
equinomical.com.        3600    MX      50 smtp.globaldialog.com.

Their addresses are:

smtp.acw-web.com.       3600    A       156.46.248.98
br01.acw-web.com.       3600    A       156.46.248.98
smtp.globaldialog.com.  43780   A       156.46.122.10

See that smtp and br01 have the same ip address? Now from your log your
machine think that it is br01, so when it receives a mail message for
the equinomical.com domain it looks in the dns and sees that there is
a lower MX record (smtp.acw-web.com) for that domain, so it will try
to send it there.... but it is the same machine so it will talk to
itself... and sendmail don't like to talk to itself. :-)

John
-- 
John Hay -- John.Hay@mikom.csir.co.za



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802061416.QAA00704>