<?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: Receiving Mail on Linux Redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773486#M2091</link>
    <description>Another answer after the W.E. :&lt;BR /&gt;I  really don't understand how you can send mail trough boxes on the same network, if you cannot telnet &lt;IP&gt; 25 on the same network !&lt;BR /&gt;Mark gave good way to solve you trouble, &lt;BR /&gt;I will give you another one, can you do on your redhat server :&lt;BR /&gt;netstat -a | grep smtp,&lt;BR /&gt;you should see as output :&lt;BR /&gt;*.smtp LISTEN,&lt;BR /&gt;If it's not the case, then sendmail is not runnig properly, nor listening on another port ??&lt;BR /&gt;May be you are using uucp on your network to send email each other ?&lt;BR /&gt;Can you check sendmail.cf to see the DaemonPort line (it should be commented),&lt;BR /&gt;Can you check also access file in etc/mail (check accesses !!).&lt;BR /&gt;Which sendmail version are you using ?&lt;BR /&gt;&lt;BR /&gt;Many questions and not really an answer&lt;BR /&gt;&lt;/IP&gt;</description>
    <pubDate>Mon, 29 Jul 2002 08:29:30 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-07-29T08:29:30Z</dc:date>
    <item>
      <title>Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773477#M2082</link>
      <description>I am setting up a RedHat 7.1 Linux server to be a Mail Server. I have setup sendmail. I think?&lt;BR /&gt;If I stay on the the box and email between users it works fine. If I email between Linux boxes on the same network it works fine.&lt;BR /&gt;If I email from the internet the mail is refused and returned.&lt;BR /&gt;I have a Web site on this box that can be seen from the internet.&lt;BR /&gt;I can get mail from this box from other PCs on the local network.&lt;BR /&gt;I can send email from the box to the Internet.&lt;BR /&gt;Summary:&lt;BR /&gt;The the box send/receives email local and sends to the Internet. Will not receive email from the Internet.&lt;BR /&gt;It host a web site that works fine.&lt;BR /&gt;I'm missing something??????????&lt;BR /&gt;Can you help?&lt;BR /&gt;Marty&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 11:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773477#M2082</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-07-26T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773478#M2083</link>
      <description>You need to set-up an MX record in DNS which points to your mail server.</description>
      <pubDate>Fri, 26 Jul 2002 14:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773478#M2083</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-26T14:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773479#M2084</link>
      <description>Hi,&lt;BR /&gt;What is the log you have ??&lt;BR /&gt;When you say it's refused , what is the exact message.&lt;BR /&gt;&lt;BR /&gt;The best way to diagnose the problem is to connect to internet trough a dial up connection.&lt;BR /&gt;Then you telnet from this work station to your public ip address on the port 25.&lt;BR /&gt;Syntax :&lt;BR /&gt;telnet &lt;IP address=""&gt; 25&lt;BR /&gt;You should have at this time the sendmail greeting message.&lt;BR /&gt;To send a message from there :&lt;BR /&gt;#helo hp.com&lt;BR /&gt;#mail from:fred@hp.com&lt;BR /&gt;#rcpt to:&lt;USERNAME&gt;@yourdomain&lt;BR /&gt;#mail&lt;BR /&gt;this is your message&lt;BR /&gt;. &lt;BR /&gt;"The dot alone is important to finish the message"&lt;BR /&gt;You should have at this time message delivered...&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Benoit&lt;/USERNAME&gt;&lt;/IP&gt;</description>
      <pubDate>Fri, 26 Jul 2002 14:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773479#M2084</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-07-26T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773480#M2085</link>
      <description>I believe Michael and Benoit had great suggestions, but I would also like to add that you may want to check any firewall rules that you may have present even if you didn't install any knowingly. They would probably be in /etc/rc.d/rc.firewall or many other places. I think you can type &lt;BR /&gt;ipchains&lt;BR /&gt;and it will list the rules. If not then ipchains with an option should list them such as --list. I use iptables so I can't say for certain.&lt;BR /&gt;&lt;BR /&gt;Also are you sending to a normal user or root or who?&lt;BR /&gt;&lt;BR /&gt;The MX record would be my first guess though, then the firewall.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 26 Jul 2002 16:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773480#M2085</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-07-26T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773481#M2086</link>
      <description>I can not telnet to port 25. I get "connection refused"&lt;BR /&gt;I can telnet to the IP address. and login.&lt;BR /&gt;So it lookst to me that the Linux box is not listening for port 25.&lt;BR /&gt;What did I miss that will disallow port 25?&lt;BR /&gt;Marty&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 18:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773481#M2086</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-07-26T18:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773482#M2087</link>
      <description>Is sendmail actually running, verify it with ps. If it's not running, you should start it up. Hope this helps.</description>
      <pubDate>Fri, 26 Jul 2002 19:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773482#M2087</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-07-26T19:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773483#M2088</link>
      <description>Benoit,&lt;BR /&gt;&lt;BR /&gt;I can not connect to port 25.&lt;BR /&gt;Telnet return a "conection refuesed" message.&lt;BR /&gt;I can telnet to the box and log in.&lt;BR /&gt;I verigied that I was not blocking port 25 on the router. It is open.&lt;BR /&gt;I also tried to telnet to port 25 while on the local box itseld and it also refused the connection.&lt;BR /&gt;Meaning that port 25 is blocked or not listening?&lt;BR /&gt;How do I check that?&lt;BR /&gt;Marty&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 20:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773483#M2088</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-07-26T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773484#M2089</link>
      <description>No firewall.&lt;BR /&gt;&lt;BR /&gt;ipchains returns input, output and forward (policy ACCEPT)&lt;BR /&gt;&lt;BR /&gt;Sendmail is running.&lt;BR /&gt;&lt;BR /&gt;I checked in /etc/services and port 25 is in there for smtp 25/tcp and 25/upd.&lt;BR /&gt;&lt;BR /&gt;Where do I set it up to allow or disallow ports on the box itself.&lt;BR /&gt;While on the box I can not telnet to port 25.&lt;BR /&gt;Marty&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 20:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773484#M2089</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-07-26T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773485#M2090</link>
      <description>Marty, &lt;BR /&gt;&lt;BR /&gt;pursuing the possible firewall angle:&lt;BR /&gt;&lt;BR /&gt;1) check for instances of port 25 in your /var/log/messages log. &lt;BR /&gt;&lt;BR /&gt;# grep -i "dport=25" /var/log/messages&lt;BR /&gt;&lt;BR /&gt;2) verify that sendmail is accepting connections:&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep sendmail&lt;BR /&gt;# root 3540 1  0 Date ? 00:00:00 sendmail: accepting connections&lt;BR /&gt;&lt;BR /&gt;3) check /var/log/maillog for clues.&lt;BR /&gt;&lt;BR /&gt;From your inability to &lt;BR /&gt;# telnet localhost 25&lt;BR /&gt;though, it would look more like a (linux) firewall issue than anything else.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 26 Jul 2002 22:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773485#M2090</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-07-26T22:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773486#M2091</link>
      <description>Another answer after the W.E. :&lt;BR /&gt;I  really don't understand how you can send mail trough boxes on the same network, if you cannot telnet &lt;IP&gt; 25 on the same network !&lt;BR /&gt;Mark gave good way to solve you trouble, &lt;BR /&gt;I will give you another one, can you do on your redhat server :&lt;BR /&gt;netstat -a | grep smtp,&lt;BR /&gt;you should see as output :&lt;BR /&gt;*.smtp LISTEN,&lt;BR /&gt;If it's not the case, then sendmail is not runnig properly, nor listening on another port ??&lt;BR /&gt;May be you are using uucp on your network to send email each other ?&lt;BR /&gt;Can you check sendmail.cf to see the DaemonPort line (it should be commented),&lt;BR /&gt;Can you check also access file in etc/mail (check accesses !!).&lt;BR /&gt;Which sendmail version are you using ?&lt;BR /&gt;&lt;BR /&gt;Many questions and not really an answer&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 29 Jul 2002 08:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773486#M2091</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-07-29T08:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving Mail on Linux Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773487#M2092</link>
      <description>I got it!&lt;BR /&gt;In /etc/sendmail.cf is an option thar was only letting smtp(Port 25) to be used on the localhost.&lt;BR /&gt;It was this line:&lt;BR /&gt;--------------&lt;BR /&gt;# SMTP daemon options&lt;BR /&gt;#O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA&lt;BR /&gt;---------------------&lt;BR /&gt;After remarking it out the who thing started to work.&lt;BR /&gt;Thanks for all for your help.&lt;BR /&gt;Marty&lt;BR /&gt;Marty@doerofthings.com (and it works)&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 11:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/receiving-mail-on-linux-redhat/m-p/2773487#M2092</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2002-07-29T11:02:40Z</dc:date>
    </item>
  </channel>
</rss>

