<?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 tweak again in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101633#M7437</link>
    <description>Thanks steven for your help&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
    <pubDate>Fri, 24 Oct 2003 09:06:45 GMT</pubDate>
    <dc:creator>Vijaya Kumar_3</dc:creator>
    <dc:date>2003-10-24T09:06:45Z</dc:date>
    <item>
      <title>sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101630#M7434</link>
      <description>I am facing a problem in sendmail.&lt;BR /&gt;&lt;BR /&gt;My machine is configured as web.mydomain.com. And i am sending mails on behalf of mydomain.com. But i am not receiving mails for mydomain.com. It is another host called mx.mydomain.com.&lt;BR /&gt;&lt;BR /&gt;It is just fine with MASQUERADE_AS command with sendmail.mc. Now the problem is i am unable to send mails to mx.mydomain.com&lt;BR /&gt;&lt;BR /&gt;I did a &lt;BR /&gt; /usr/sbin/sendmail -v -d8.99 -d38.99 someuser@mydomain.com&lt;BR /&gt;It is saying &lt;BR /&gt;&lt;BR /&gt;user@mydomain.com... Connecting to mx.mydomain.com. via esmtp...&lt;BR /&gt;user@mydomain.com... Deferred: Connection reset by mx.mydomain.com.&lt;BR /&gt;&lt;BR /&gt;Can u pls help me&lt;BR /&gt;&lt;BR /&gt;Tia&lt;BR /&gt;Vijay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Deferred: Connection reset by mx.mysite.com</description>
      <pubDate>Fri, 24 Oct 2003 08:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101630#M7434</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-24T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101631#M7435</link>
      <description>Easy one I think.&lt;BR /&gt;&lt;BR /&gt;You need an entry in the /etc/mail/access file&lt;BR /&gt;&lt;BR /&gt;hostname RELAY&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;IP_adderss RELAY&lt;BR /&gt;&lt;BR /&gt;Once again tab delimited.&lt;BR /&gt;&lt;BR /&gt;save the file.&lt;BR /&gt;&lt;BR /&gt;Then run a script to build the hash databaases.  I attached a copy to your prior thread.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 24 Oct 2003 09:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101631#M7435</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-24T09:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101632#M7436</link>
      <description>That change I posted needs to be done on the server thats resetting the connection, not the sending server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 24 Oct 2003 09:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101632#M7436</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-24T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101633#M7437</link>
      <description>Thanks steven for your help&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Fri, 24 Oct 2003 09:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101633#M7437</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-24T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101634#M7438</link>
      <description>hey steven,&lt;BR /&gt;&lt;BR /&gt;you mean my IP is blocked on ther other server? I dont have access to the MX server. it is maintained by others. I am able to connect from other hosts, from my laptop, i am able to do "telnet mx.mydomain.com 25" and it is connecting.&lt;BR /&gt;but not from my linux machine? why?&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 24 Oct 2003 11:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101634#M7438</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-24T11:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101635#M7439</link>
      <description>Vijay,&lt;BR /&gt;&lt;BR /&gt;There is a workaround, not clean, but it will do. In another threat, you mentioned, that outgoing mail now works fine. Find out which system is relaying these succesful message from the maillog file. Add this as your Relay server in sendmail.cf (I'm not familiar with mc building). This way all your outgoing mail will travel through this relay server.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Kasper</description>
      <pubDate>Mon, 27 Oct 2003 04:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101635#M7439</guid>
      <dc:creator>Kasper Haitsma</dc:creator>
      <dc:date>2003-10-27T04:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tweak again</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101636#M7440</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;"connection reset by mx.mysite.com" error has nothing to do with relaying access control in /etc/mail/access. Morever Relaying does not happen in this case.&lt;BR /&gt;&lt;BR /&gt;Have you got any firewall or IP filtering between these web.mydomain.com and mx.mydomain.com ?. &lt;BR /&gt;&lt;BR /&gt;Please call the service provider of mx.mydomain.com and confirm that there is no IP blocking done for your network using firewalls etc.&lt;BR /&gt;&lt;BR /&gt;Also ask them that whether that SMTP host mx.mydomain.com strictly checks Reverse PTR records of the connecting hosts thru SMTP. If yes , you may request to add PTR record for web.mydomain.com to your network's in-addr.arpa zone registrar.&lt;BR /&gt;&lt;BR /&gt;you cannot receive mail for mydomain.com in web.mydomain.com since the MX record for mydomain.com is configured as mx.mydomain.com in your DNS server.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 05:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-tweak-again/m-p/3101636#M7440</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-10-27T05:51:52Z</dc:date>
    </item>
  </channel>
</rss>

