<?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 configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726787#M21703</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need to allow traffic on port 25 for sendmail to send mail out on your server. The squid proxy may not permit this. &lt;BR /&gt;&lt;BR /&gt;Your outlook access to an outide mail server requires port 110 be enabled at least outbound. This has nothing to do with sendmail.&lt;BR /&gt;&lt;BR /&gt;For sendmail to receive mail, you must forward port 25 on the outside lan to the internal ip address and have the sendmail daemon running&lt;BR /&gt;&lt;BR /&gt;chkconfig --list | grep sendmail&lt;BR /&gt;chkconfig sendmail on&lt;BR /&gt;service sendmail start&lt;BR /&gt;&lt;BR /&gt;For sendmail to send mail to the outside which does not require the daemon, you must have either valid DNS name resolution to an outside name source, or DS smart relay to your ISP mail server. Port 25 must not be blocked outbound for this to work.&lt;BR /&gt;&lt;BR /&gt;SEP/</description>
    <pubDate>Wed, 08 Feb 2006 05:12:24 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-02-08T05:12:24Z</dc:date>
    <item>
      <title>sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726786#M21702</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I am using broadband connection for that i have installed linux m/c with two nic card and having public i/p and private i/p,i have already configured squid proxy, now i am able to access internet but i am not able to access my mail from outlook my mail server is outside,&lt;BR /&gt;&lt;BR /&gt;from my linux machine i am able to ping to my mail server.my public ip is in 60.254.x.x range and private ip is 172.16.x.x range,&lt;BR /&gt;&lt;BR /&gt;in this scenario how i will configure my sendmail in linux please help me&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;jayesh</description>
      <pubDate>Wed, 08 Feb 2006 04:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726786#M21702</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-02-08T04:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726787#M21703</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need to allow traffic on port 25 for sendmail to send mail out on your server. The squid proxy may not permit this. &lt;BR /&gt;&lt;BR /&gt;Your outlook access to an outide mail server requires port 110 be enabled at least outbound. This has nothing to do with sendmail.&lt;BR /&gt;&lt;BR /&gt;For sendmail to receive mail, you must forward port 25 on the outside lan to the internal ip address and have the sendmail daemon running&lt;BR /&gt;&lt;BR /&gt;chkconfig --list | grep sendmail&lt;BR /&gt;chkconfig sendmail on&lt;BR /&gt;service sendmail start&lt;BR /&gt;&lt;BR /&gt;For sendmail to send mail to the outside which does not require the daemon, you must have either valid DNS name resolution to an outside name source, or DS smart relay to your ISP mail server. Port 25 must not be blocked outbound for this to work.&lt;BR /&gt;&lt;BR /&gt;SEP/</description>
      <pubDate>Wed, 08 Feb 2006 05:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726787#M21703</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-08T05:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726788#M21704</link>
      <description>If the mail messages stays in your ISP server, you will access with POP protocol. If you want to download it locally, you should use fetchmail.&lt;BR /&gt;&lt;BR /&gt;Probably, your easiest option is to connect directly from the client to your ISP mailserver. Squid won't allow you to do that. You must enable ip forwarding, configure iptables with masquerading, then configure your clients to use your linux as default gateway.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://yolinux.com/TUTORIALS/LinuxTutorialIptablesNetworkGateway.html" target="_blank"&gt;http://yolinux.com/TUTORIALS/LinuxTutorialIptablesNetworkGateway.html&lt;/A&gt;</description>
      <pubDate>Wed, 08 Feb 2006 07:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726788#M21704</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-08T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726789#M21705</link>
      <description>First of all you must open the ports on your firewall:&lt;BR /&gt;TCP 25  for sending mail&lt;BR /&gt;TCP 110 for receiving mail&lt;BR /&gt;Then you have to configure the NAT translation to map your PRIVATE IP to a PUBLIC IP &lt;BR /&gt;There are a lot of tools whcih can help you to configure this things, i personally use shorewall (&lt;A href="http://www.shorewall.net)" target="_blank"&gt;http://www.shorewall.net)&lt;/A&gt; which is simple and well documented&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2006 03:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/3726789#M21705</guid>
      <dc:creator>Cristian Marchionni</dc:creator>
      <dc:date>2006-02-09T03:44:57Z</dc:date>
    </item>
  </channel>
</rss>

