<?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 Not getting mail from outside servers in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146134#M31659</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have setup sendmail server on fedora6 with dovecot, sqirrelmail web based application.&lt;BR /&gt;hostname mail3.abc.net(PTR record set)&lt;BR /&gt;ipaddr 192.168.0.4&lt;BR /&gt;default gatway 255.255.255.0&lt;BR /&gt;nameserver 203.122.63.154&lt;BR /&gt;&lt;BR /&gt;now users can send and receive mails in local environment and can send also outside smtp servers.&lt;BR /&gt;&lt;BR /&gt;But probelm is that no one can received mails from any outside mail servers.&lt;BR /&gt;&lt;BR /&gt;following is the mail delivery report from sender which is outsider-&lt;BR /&gt;&lt;BR /&gt;Delivery to the following recipient has been delayed:&lt;BR /&gt;&lt;BR /&gt;    manoj@mail3.abc.net&lt;BR /&gt;&lt;BR /&gt;Message will be retried for 2 more day(s)&lt;BR /&gt;&lt;BR /&gt;Technical details of temporary failure:&lt;BR /&gt;TEMP_FAILURE: Could not initiate SMTP conversation with any hosts:&lt;BR /&gt;[mail3.abc.net (1): Connection refused]&lt;BR /&gt;&lt;BR /&gt;Please sugget where is missing...?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advanced&lt;BR /&gt;MKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 16 Feb 2008 10:23:28 GMT</pubDate>
    <dc:creator>monu_1</dc:creator>
    <dc:date>2008-02-16T10:23:28Z</dc:date>
    <item>
      <title>Not getting mail from outside servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146134#M31659</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have setup sendmail server on fedora6 with dovecot, sqirrelmail web based application.&lt;BR /&gt;hostname mail3.abc.net(PTR record set)&lt;BR /&gt;ipaddr 192.168.0.4&lt;BR /&gt;default gatway 255.255.255.0&lt;BR /&gt;nameserver 203.122.63.154&lt;BR /&gt;&lt;BR /&gt;now users can send and receive mails in local environment and can send also outside smtp servers.&lt;BR /&gt;&lt;BR /&gt;But probelm is that no one can received mails from any outside mail servers.&lt;BR /&gt;&lt;BR /&gt;following is the mail delivery report from sender which is outsider-&lt;BR /&gt;&lt;BR /&gt;Delivery to the following recipient has been delayed:&lt;BR /&gt;&lt;BR /&gt;    manoj@mail3.abc.net&lt;BR /&gt;&lt;BR /&gt;Message will be retried for 2 more day(s)&lt;BR /&gt;&lt;BR /&gt;Technical details of temporary failure:&lt;BR /&gt;TEMP_FAILURE: Could not initiate SMTP conversation with any hosts:&lt;BR /&gt;[mail3.abc.net (1): Connection refused]&lt;BR /&gt;&lt;BR /&gt;Please sugget where is missing...?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advanced&lt;BR /&gt;MKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Feb 2008 10:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146134#M31659</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-02-16T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from outside servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146135#M31660</link>
      <description>If 192.168.0.4 is your true IP address, the problem is obvious: Any address in 192.168.*.* range is a "private" or "non-routable" IP address. These addresses are not globally unique: anyone can set up a network using these addresses. So the outsider's system has no way to indicate *which one* of the various "192.168.0.4"s in the world it wants to connect to. &lt;BR /&gt;&lt;BR /&gt;Your outsider's connection is probably reaching some other 192.168.0.4 which is not accepting SMTP traffic, not your server.&lt;BR /&gt;&lt;BR /&gt;There must be a NAT device of some sort in between your network and the global Internet.&lt;BR /&gt;That device will make your entire network seem like just one IP address. *That* is the IP address you would have to announce to the world as "mail3.abc.net". &lt;BR /&gt;&lt;BR /&gt;In addition, you would have to set up a "virtual server" or a "destination NAT configuration" to the NAT device, so that any incoming connections to port 25 (SMTP) of the NAT device will be redirected to port 25 of 192.168.0.4.&lt;BR /&gt;&lt;BR /&gt;If the NAT device is in your control, you probably can do this. But if the NAT device is controlled by your Internet Service Provider, there might be a problem: consumer-grade Internet connections may not include a permission to run a mail server, and this is enforced by not setting up redirections like this.&lt;BR /&gt;&lt;BR /&gt;There are alternative ways to arrange the delivery of incoming emails, if your ISP makes some arrangements (mail relaying, suitable MX records in DNS). Contact your ISP for more information.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 16 Feb 2008 11:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146135#M31660</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-02-16T11:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting mail from outside servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146136#M31661</link>
      <description>Thanks matti,&lt;BR /&gt;&lt;BR /&gt;I am using that static IP(mail3.abc.net) for sending mails.&lt;BR /&gt;How can it possible to use this server for incomming mails?&lt;BR /&gt;I have already configure virtual hosting for that server.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;MKS</description>
      <pubDate>Sat, 16 Feb 2008 12:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-getting-mail-from-outside-servers/m-p/4146136#M31661</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-02-16T12:29:49Z</dc:date>
    </item>
  </channel>
</rss>

