<?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: Ports Required for SMTP access from DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/5311845#M1121918</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1895822"&gt;@MasonCartor&lt;/a&gt;&amp;nbsp;I think the original poster most likely found the answer after 21 years. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 12:29:42 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2025-07-21T12:29:42Z</dc:date>
    <item>
      <title>Ports Required for SMTP access from DMZ</title>
      <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245631#M1060022</link>
      <description>&lt;P&gt;We have a Windows 2000 Adv Server on a DMZ interface of a PIX firewall.  We are using native Windows SMTP services as a Front End server for Exchange mail.  Our Exchange server has a SmartHost entry that sends outbound mail to the server on the DMZ.  Our MX record points to the server on the DMZ for inbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We originally allowed DNS resolution and SMTP (Port 25) traffic to the server.  We've done this numerous times from the Internal interface of the PIX.  Yet, there apparently is at least one other port that needs to be opened up because the mail stays in the Queue of the SMTP server on the DMZ.  We got around the problem by opening up all outbound ports from that server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: "Does anyone know what ports are required for an SMTP server to work on a PIX DMZ?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:23:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245631#M1060022</guid>
      <dc:creator>admin_2</dc:creator>
      <dc:date>2020-02-21T07:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ports Required for SMTP access from DMZ</title>
      <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245632#M1060024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should just be TCP/25 and probably DNS (UDP/53).  Probably the easiest way to figure out what other port it's using is to look at the active connections from this going through your PIX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say the IP address of the mail server is 10.1.1.1.  Doing:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;sho conn | include 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will give you all the connections.  This will tell you where it's connectig to and on what ports.  The output will look something like:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;FW1(config)# sho conn | incl 10.1.1.1  &lt;/P&gt;&lt;P&gt;UDP out 10.2.2.1:17127 in 10.1.1.1:10655 idle 0:01:23 Bytes 1000&lt;/P&gt;&lt;P&gt;UDP out 10.2.2.1:18733 in 10.1.1.1:10477 idle 0:01:38 Bytes 1000&lt;/P&gt;&lt;P&gt;UDP out 10.3.3.2:18429 in 10.1.1.1:10789 idle 0:01:10 Bytes 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers after the colons are the port numbers on the connection.  Of course yours will show TCP and port 25 (and something else hopefully), but you get the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2004 22:39:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245632#M1060024</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-05-13T22:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ports Required for SMTP access from DMZ</title>
      <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245633#M1060028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You indicated you opened DNS and SMTP to the server.&lt;/P&gt;&lt;P&gt;Does this mean you open up port UDP 53 to the mail server, or to the DNS server that has the MX or A records for the mail server?  I am not clear on the issue. Are you saying there is a problem with mail from the DMZ server to mail servers on the internet (or outside the pix)? If so, then you need to make sure DNS outbound and SMTP outbound requests aren't blocked, and you need to make sure the DMZ server has a global/nat, nat0, (or static) mapping that lets it go to the outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2004 21:11:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/245633#M1060028</guid>
      <dc:creator>mvoight</dc:creator>
      <dc:date>2004-05-17T21:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ports Required for SMTP access from DMZ</title>
      <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/5311818#M1121915</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326254"&gt;@admin_2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Normally, for basic SMTP relay you mainly need TCP port &lt;STRONG&gt;25&lt;/STRONG&gt; open (for standard SMTP). If you're also using secure submission or different services, you might need to open:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Port 587&lt;/STRONG&gt; (for SMTP submission, often used by authenticated clients)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Port 465&lt;/STRONG&gt; (for SMTPS, though it’s less common nowadays)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also, make sure DNS (UDP/TCP 53) is allowed so the server can resolve external domains.&lt;/P&gt;&lt;P&gt;In my experience, once I properly warmed up and configured everything using a tool like &lt;STRONG&gt;WarmupSMTP&lt;/STRONG&gt;, mails stopped getting stuck in queue, as sender reputation and configuration got better.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 11:27:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/5311818#M1121915</guid>
      <dc:creator>MasonCartor</dc:creator>
      <dc:date>2025-07-21T11:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ports Required for SMTP access from DMZ</title>
      <link>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/5311845#M1121918</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1895822"&gt;@MasonCartor&lt;/a&gt;&amp;nbsp;I think the original poster most likely found the answer after 21 years. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 12:29:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ports-required-for-smtp-access-from-dmz/m-p/5311845#M1121918</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2025-07-21T12:29:42Z</dc:date>
    </item>
  </channel>
</rss>

