<?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 How to enable smtp port in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703311#M21187</link>
    <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have  setup postfix server but  the  problem smtp port  is not enabled .&lt;BR /&gt;SMTP  port details   has been  added in /etc/services &lt;BR /&gt;&lt;BR /&gt;The error is as follows &lt;BR /&gt;telnet 192.151.103.42 25&lt;BR /&gt;Trying 192.151.103.42...&lt;BR /&gt;telnet: connect to address 192.151.103.42: Connection refused&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;OS =Red hat linux enterprose version 4&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Jan 2006 06:23:57 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2006-01-05T06:23:57Z</dc:date>
    <item>
      <title>How to enable smtp port in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703311#M21187</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have  setup postfix server but  the  problem smtp port  is not enabled .&lt;BR /&gt;SMTP  port details   has been  added in /etc/services &lt;BR /&gt;&lt;BR /&gt;The error is as follows &lt;BR /&gt;telnet 192.151.103.42 25&lt;BR /&gt;Trying 192.151.103.42...&lt;BR /&gt;telnet: connect to address 192.151.103.42: Connection refused&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;OS =Red hat linux enterprose version 4&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 06:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703311#M21187</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2006-01-05T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable smtp port in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703312#M21188</link>
      <description>1- Ensure that your firewall is open at the port 25. To test, disable the firewall.&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;2- Ensure that the service is up and running:&lt;BR /&gt;&lt;BR /&gt;service postfix start&lt;BR /&gt;service postfix status&lt;BR /&gt;chkconfig postfix on&lt;BR /&gt;&lt;BR /&gt;3- Ensure that your main.cf file has the following option configured:&lt;BR /&gt;&lt;BR /&gt;inet_interfaces = all</description>
      <pubDate>Thu, 05 Jan 2006 06:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703312#M21188</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-05T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable smtp port in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703313#M21189</link>
      <description>Also, you can try disabling SELinux, use system-config-securitylevel.</description>
      <pubDate>Thu, 05 Jan 2006 06:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703313#M21189</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-05T06:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable smtp port in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703314#M21190</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please check if firewall is configured in ur machine..&lt;BR /&gt;&lt;BR /&gt;#iptalbles -A&lt;BR /&gt;&lt;BR /&gt;if it is enabled, either u need to flush out or u need to disable the firewall for the port 25&lt;BR /&gt;&lt;BR /&gt;#iptables -F&lt;BR /&gt;&lt;BR /&gt;#man iptables&lt;BR /&gt;&lt;BR /&gt;#iptables -d INPUT -P TCP --dport 25 -J ACCEPT&lt;BR /&gt;#iptables -d OUTPUT -P TCP --dport 25 -J ACCEPT&lt;BR /&gt;&lt;BR /&gt;Hope it will help u to resolve ur issue..&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Thu, 05 Jan 2006 09:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703314#M21190</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-05T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable smtp port in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703315#M21191</link>
      <description>Hi&lt;BR /&gt;Telnet port 25 from the server itself:&lt;BR /&gt;telnet localhost 25&lt;BR /&gt;if it connect that means u have Iptables restricting access. In this case do&lt;BR /&gt;iptables -F and try again&lt;BR /&gt;If even from localhost u cant connect do the following:&lt;BR /&gt;&lt;BR /&gt;Do an nmap to see if the port is open:&lt;BR /&gt;&lt;BR /&gt;nmap localhost&lt;BR /&gt;&lt;BR /&gt;if it is not open do&lt;BR /&gt;service postfix restart&lt;BR /&gt;&lt;BR /&gt;Best of luck!!!</description>
      <pubDate>Thu, 05 Jan 2006 11:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-smtp-port-in-linux/m-p/3703315#M21191</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-01-05T11:48:44Z</dc:date>
    </item>
  </channel>
</rss>

