<?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: redhat 8 mail - local works remote doesn't in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034472#M5888</link>
    <description>Problem solved.&lt;BR /&gt;&lt;BR /&gt;The problem is that I'm studpid...&lt;BR /&gt;&lt;BR /&gt;I had my newly generated sendmail.cf file in /etc. It worked until redhat dropped in another file in /etc/mail. I guess the latter is the first place it looks in or where it looks changed between 7 and 8.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. Alexanders last email triggered me to think about these things.</description>
    <pubDate>Sun, 27 Jul 2003 14:22:00 GMT</pubDate>
    <dc:creator>Mathias</dc:creator>
    <dc:date>2003-07-27T14:22:00Z</dc:date>
    <item>
      <title>redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034466#M5882</link>
      <description>I just upgraded to RH8 from RH7.3. I had mail running fine before, now I'm not able to connect over port 25 from other computers.&lt;BR /&gt;&lt;BR /&gt;hosts.allow is not changed.&lt;BR /&gt;&lt;BR /&gt;I've tried telner &lt;MY server=""&gt; smtp and with that I'm getting:&lt;BR /&gt;&lt;BR /&gt;telnet: connect to address nnn.nnn.nnn.nnn: Connection refused&lt;BR /&gt;&lt;BR /&gt;What is checked before allowing a login prompt? I thought it would be just hosts.allow, but it has to be something else?&lt;BR /&gt;&lt;BR /&gt;The uprade wouldn't have changed iptables or any such setting, would it?&lt;/MY&gt;</description>
      <pubDate>Sun, 27 Jul 2003 13:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034466#M5882</guid>
      <dc:creator>Mathias</dc:creator>
      <dc:date>2003-07-27T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034467#M5883</link>
      <description>Check the file /etc/xinet.d/telnet&lt;BR /&gt;&lt;BR /&gt;disable might now be set to Y.&lt;BR /&gt;&lt;BR /&gt;Change it restart xinetd&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;For mail.&lt;BR /&gt;check /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;They probably tightened up the list of relay servers or totally shut it down.&lt;BR /&gt;&lt;BR /&gt;Its anti spam.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 27 Jul 2003 13:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034467#M5883</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-27T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034468#M5884</link>
      <description>I can telnet, just not on port 25 (smtp). so this works:&lt;BR /&gt;telnet &lt;MY server=""&gt;&lt;BR /&gt;and this doesn't&lt;BR /&gt;telnet &lt;MY server=""&gt; smtp&lt;BR /&gt;&lt;BR /&gt;"telnet localhost smtp" works fine though. So the service exists, but the server stops the access to it.&lt;BR /&gt;&lt;BR /&gt;The access file has these entry:&lt;BR /&gt;192.168.1.102        RELAY&lt;BR /&gt;&lt;BR /&gt;That is the address I'm comming in from.&lt;BR /&gt;&lt;BR /&gt;It doesn't look like iptables has anything to do with it. ip forwarding still works. As does surfing from the clients (via ip forwarding) and surfing from the server. I'm also having problems receiving email, but I hope that issue is resolved by getting the issue with being allowed to send resolved.&lt;/MY&gt;&lt;/MY&gt;</description>
      <pubDate>Sun, 27 Jul 2003 13:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034468#M5884</guid>
      <dc:creator>Mathias</dc:creator>
      <dc:date>2003-07-27T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034469#M5885</link>
      <description>edit the file&lt;BR /&gt;/etc/mail/sendmail.mc&lt;BR /&gt;locate the line containing 127.0.0.1&lt;BR /&gt;it should begin with "DAEMON OPTIONS"&lt;BR /&gt;append "dnl" in front of this line.&lt;BR /&gt;then run the following command &lt;BR /&gt;"m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf" &lt;BR /&gt;this is one command and shouldn't be line wrapped.&lt;BR /&gt;after this restart the sendmail service and everything will work.</description>
      <pubDate>Sun, 27 Jul 2003 13:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034469#M5885</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-07-27T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034470#M5886</link>
      <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;I don't even have that line in my version of it (configured for cyrus and virtual mailservers).&lt;BR /&gt;&lt;BR /&gt;The documentation in the new sendfile.mc tells me that that line will restrict use such that only the local server can use it.&lt;BR /&gt;&lt;BR /&gt;Am I missing something? Did something change with the config for sendmail that causes the server to refuse even a login on that port?</description>
      <pubDate>Sun, 27 Jul 2003 13:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034470#M5886</guid>
      <dc:creator>Mathias</dc:creator>
      <dc:date>2003-07-27T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034471#M5887</link>
      <description>if you edit /etc/mail/sendmail.cf&lt;BR /&gt;see if you have Addr=127.0.0.1&lt;BR /&gt;in DaemonPortOptions line if you do -remove it.</description>
      <pubDate>Sun, 27 Jul 2003 14:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034471#M5887</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-07-27T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034472#M5888</link>
      <description>Problem solved.&lt;BR /&gt;&lt;BR /&gt;The problem is that I'm studpid...&lt;BR /&gt;&lt;BR /&gt;I had my newly generated sendmail.cf file in /etc. It worked until redhat dropped in another file in /etc/mail. I guess the latter is the first place it looks in or where it looks changed between 7 and 8.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. Alexanders last email triggered me to think about these things.</description>
      <pubDate>Sun, 27 Jul 2003 14:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034472#M5888</guid>
      <dc:creator>Mathias</dc:creator>
      <dc:date>2003-07-27T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 8 mail - local works remote doesn't</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034473#M5889</link>
      <description>&lt;A href="http://www.sendmail.org/faq/section5.html#5.3.1.3" target="_blank"&gt;http://www.sendmail.org/faq/section5.html#5.3.1.3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;yet another FAQ.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 28 Jul 2003 09:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-8-mail-local-works-remote-doesn-t/m-p/3034473#M5889</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-28T09:28:05Z</dc:date>
    </item>
  </channel>
</rss>

