<?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: telnet to port25 using other machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953475#M89171</link>
    <description>You should then examine the sendmail log (/var/log/messages, /var/log/secure) and iptables log&lt;BR /&gt;for messages that will indicate the nature of the problem.&lt;BR /&gt;&lt;BR /&gt;RELEASE NOTES:&lt;BR /&gt;By default, sendmail does not accept network connections from any host other than the local computer. If you want to configure sendmail as a server for other clients, please edit /etc/mail/sendmail.mc and change DAEMON_OPTIONS to also listen on network devices, or comment out this option all together. You will need to regenerate /etc/sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;SUSE:&lt;BR /&gt;On default SuSE sendmail is configured to listen to 127.0.0.1 only. To change this, set "SMTPD LISTEN REMOTE" to "yes" in&lt;BR /&gt;/etc/sysconfig/mail.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Thu, 17 Apr 2003 05:30:41 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2003-04-17T05:30:41Z</dc:date>
    <item>
      <title>telnet to port25 using other machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953474#M89170</link>
      <description>I can telnet to port25 at the server. But I can't telnet to port25 at other machine, what's wrong with my setting?&lt;BR /&gt;&lt;BR /&gt;Is this also the reason why I can't use outlook at other machine to send mail with my linux mail server? If this is not the reason, what's going wrong?&lt;BR /&gt;&lt;BR /&gt;Please help.</description>
      <pubDate>Thu, 17 Apr 2003 03:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953474#M89170</guid>
      <dc:creator>ping1234</dc:creator>
      <dc:date>2003-04-17T03:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to port25 using other machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953475#M89171</link>
      <description>You should then examine the sendmail log (/var/log/messages, /var/log/secure) and iptables log&lt;BR /&gt;for messages that will indicate the nature of the problem.&lt;BR /&gt;&lt;BR /&gt;RELEASE NOTES:&lt;BR /&gt;By default, sendmail does not accept network connections from any host other than the local computer. If you want to configure sendmail as a server for other clients, please edit /etc/mail/sendmail.mc and change DAEMON_OPTIONS to also listen on network devices, or comment out this option all together. You will need to regenerate /etc/sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;SUSE:&lt;BR /&gt;On default SuSE sendmail is configured to listen to 127.0.0.1 only. To change this, set "SMTPD LISTEN REMOTE" to "yes" in&lt;BR /&gt;/etc/sysconfig/mail.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 17 Apr 2003 05:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953475#M89171</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-04-17T05:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to port25 using other machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953476#M89172</link>
      <description>You've just started trying to use SMTP (Sendmail) on a RH Linux box after a new install?&lt;BR /&gt;&lt;BR /&gt;You'll need to check to see if Sendmail is listening on anything bar the local host:&lt;BR /&gt;&lt;BR /&gt;netstat -ntlp | grep sendmail&lt;BR /&gt;&lt;BR /&gt;If you have a line that looks like:&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN &lt;NUMBER&gt;/sendmail: acc&lt;BR /&gt;&lt;BR /&gt;Then this is the case.&lt;BR /&gt;&lt;BR /&gt;To fix this, you need to modify (regenerate) your 'sendmail.cf' file.  If it's a RH system, you'll have an '/etc/mail/sendmail.mc' file.  You'll have a line that reads something like this:&lt;BR /&gt;&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')&lt;BR /&gt;&lt;BR /&gt;Insert the 3 letters 'dnl' infront of this line, then re-generate your sendmail cf using the the following:&lt;BR /&gt;&lt;BR /&gt;m4 /etc/mail/sendmail.cf &amp;gt; /etc/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;(NOTE: This is for a RH7 without an eratta sendmail.  Otherwise, it'll be /etc/mail/sendmail.cf).&lt;BR /&gt;&lt;BR /&gt;After a restart of sendmail, the line from the netstat command should show '0.0.0.0:25'.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/NUMBER&gt;</description>
      <pubDate>Thu, 17 Apr 2003 05:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953476#M89172</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-04-17T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: telnet to port25 using other machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953477#M89173</link>
      <description>following your other board, I feel it's just the same trouble : your other machines run sendmail, both for sending and receiving mails, before usually transfering to another program. If your machines are set up to send (then you see sendmail somewhere) but not to receive or relay, like the other time, then it is that your sendmail hasn't been configured for relaying. &lt;BR /&gt;If you want to do so (is it a goo idea on every machines, as usually users want to send &amp;amp; receive, not to relay), then follow the process suggested before, but be cautious on this necessity to set up relaying, which causes your machine to relay... who ? Be cautious on the definition of who you'll accept.&lt;BR /&gt;Yours.</description>
      <pubDate>Thu, 17 Apr 2003 12:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-to-port25-using-other-machine/m-p/2953477#M89173</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-04-17T12:02:52Z</dc:date>
    </item>
  </channel>
</rss>

