<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sendmail error - mail loops back to me in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449638#M253</link>
    <description>You should check your DNS records first.&lt;BR /&gt;&lt;BR /&gt;Run nslookup -query=mx and enter in the domain you are trying to send to.&lt;BR /&gt;&lt;BR /&gt;You should get some output like this:&lt;BR /&gt;&lt;BR /&gt;Server:  nameserver.domain.com&lt;BR /&gt;Address:  xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;server1.domain.com    preference = 50, mail exchanger = serverA.domain.com&lt;BR /&gt;server1.domain.com    preference = 100, mail exchanger = serverB.domain.com&lt;BR /&gt;server1.domain.com    preference = 110, mail exchanger = serverC.domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This shows where mail for the domain you entered will be delivered. It does not mean that messages will terminate at these servers, it just means that these servers stand a better chance of knowing where to send your mail on. These entries are known as MX records (mail exchanger). The mail exchanger servers are tried in order of preference (lowest to highest) until the message can be delivered.&lt;BR /&gt;&lt;BR /&gt;Check your MX records, it is possible that your DNS configuration is using your server as a mail exchanger and so is always trying to deliver outbound mail to it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is not the case, check your sendmail.cf file for the DS macro. This is used to send all non-local mail to another machine for further delivery. It might be that this is set to point to your server.</description>
    <pubDate>Tue, 03 Oct 2000 06:16:43 GMT</pubDate>
    <dc:creator>Dave Kelly_1</dc:creator>
    <dc:date>2000-10-03T06:16:43Z</dc:date>
    <item>
      <title>Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449637#M252</link>
      <description>We are getting some error messages from our Linux mail server (Red Hat 6.1) after a recent (this last weekend) rebuild. They are as follows: &lt;BR /&gt;&lt;BR /&gt;553 mail.xxxxxxx.com. config error: mail loops back to me (MX &lt;BR /&gt;&amp;gt;problem?) &lt;BR /&gt;&amp;gt;554 &lt;XXXX.XXXXX&gt;... Local configuration error &lt;BR /&gt;&lt;BR /&gt;(Note that the x's replace actual server names and email address that are correct) &lt;BR /&gt;&lt;BR /&gt;I have very little Linux experience, and I don't know sendmail very well. This server is delivering some of the mail correctly, but we are seeing these errors on a regular basis. Can anyone offer any suggestions? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance! &lt;BR /&gt;-Tim&lt;/XXXX.XXXXX&gt;</description>
      <pubDate>Mon, 02 Oct 2000 22:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449637#M252</guid>
      <dc:creator>Timothy Czarnik</dc:creator>
      <dc:date>2000-10-02T22:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449638#M253</link>
      <description>You should check your DNS records first.&lt;BR /&gt;&lt;BR /&gt;Run nslookup -query=mx and enter in the domain you are trying to send to.&lt;BR /&gt;&lt;BR /&gt;You should get some output like this:&lt;BR /&gt;&lt;BR /&gt;Server:  nameserver.domain.com&lt;BR /&gt;Address:  xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;server1.domain.com    preference = 50, mail exchanger = serverA.domain.com&lt;BR /&gt;server1.domain.com    preference = 100, mail exchanger = serverB.domain.com&lt;BR /&gt;server1.domain.com    preference = 110, mail exchanger = serverC.domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This shows where mail for the domain you entered will be delivered. It does not mean that messages will terminate at these servers, it just means that these servers stand a better chance of knowing where to send your mail on. These entries are known as MX records (mail exchanger). The mail exchanger servers are tried in order of preference (lowest to highest) until the message can be delivered.&lt;BR /&gt;&lt;BR /&gt;Check your MX records, it is possible that your DNS configuration is using your server as a mail exchanger and so is always trying to deliver outbound mail to it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is not the case, check your sendmail.cf file for the DS macro. This is used to send all non-local mail to another machine for further delivery. It might be that this is set to point to your server.</description>
      <pubDate>Tue, 03 Oct 2000 06:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449638#M253</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-10-03T06:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449639#M254</link>
      <description>There is one more place to look... In the Sendmail.cf file there is an option to check for &lt;BR /&gt;loops in the Helo command. The literal canonical name from the connecting host is &lt;BR /&gt;compared with the local canonical name (both systems have the exact same name)&lt;BR /&gt;a match will generate the error string you saw.&lt;BR /&gt;&lt;BR /&gt;This might be normal under some circumstances. - Look for the F=k option &lt;BR /&gt;if F=k the check is skipped.&lt;BR /&gt;Happy hunting.</description>
      <pubDate>Tue, 03 Oct 2000 19:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449639#M254</guid>
      <dc:creator>David Rodman</dc:creator>
      <dc:date>2000-10-03T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449640#M255</link>
      <description>To all,&lt;BR /&gt;&lt;BR /&gt;It was a combination of DNS and MX record problems.  I thank everyone for their help!&lt;BR /&gt;&lt;BR /&gt;-Tim</description>
      <pubDate>Thu, 05 Oct 2000 21:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449640#M255</guid>
      <dc:creator>Timothy Czarnik</dc:creator>
      <dc:date>2000-10-05T21:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449641#M256</link>
      <description>With sendmail and virtual hosting, there may be another area of problem.  I have a main domain called foo.dom.  I had an IP for mail.foo.dom.  I have a virtual domain called bar.dom.  I has an MX record for mail.bar.dom that is the same IP as mail.foo.dom.  In this scenario sendmail needs to know to accept mail for bar.dom.  In sendmail 8.12 there is a configuration directive for "local host names".  Mine is set to a seperate file in the sendmail.cf with "Fw/etc/mail/local-host-names".  So, I add bar.dom to that file name and all is well.</description>
      <pubDate>Wed, 03 Jul 2002 13:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449641#M256</guid>
      <dc:creator>Doug_24</dc:creator>
      <dc:date>2002-07-03T13:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail error - mail loops back to me</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449642#M257</link>
      <description>I have to thank Doug for chiming in with his answer about the local-host-names file, long after the question was answered, and seemingly out of the blue. It led me to solving the problem, though the situation wasn't quite the same.&lt;BR /&gt;&lt;BR /&gt;Much obliged to you folks for making this information available. (Google brought me to this)</description>
      <pubDate>Tue, 29 Apr 2003 23:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-error-mail-loops-back-to-me/m-p/2449642#M257</guid>
      <dc:creator>Grogan</dc:creator>
      <dc:date>2003-04-29T23:42:08Z</dc:date>
    </item>
  </channel>
</rss>

