<?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 SMTP and TLS with PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/smtp-and-tls-with-pix/m-p/852232#M959186</link>
    <description>&lt;P&gt;Running version 3.1(5) on FWSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allow TLS with SMTP through the firewall without disabling SMTP statefull inspection globally? &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:40:21 GMT</pubDate>
    <dc:creator>jeff.vargas</dc:creator>
    <dc:date>2019-03-11T11:40:21Z</dc:date>
    <item>
      <title>SMTP and TLS with PIX</title>
      <link>https://community.cisco.com/t5/network-security/smtp-and-tls-with-pix/m-p/852232#M959186</link>
      <description>&lt;P&gt;Running version 3.1(5) on FWSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allow TLS with SMTP through the firewall without disabling SMTP statefull inspection globally? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:40:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp-and-tls-with-pix/m-p/852232#M959186</guid>
      <dc:creator>jeff.vargas</dc:creator>
      <dc:date>2019-03-11T11:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP and TLS with PIX</title>
      <link>https://community.cisco.com/t5/network-security/smtp-and-tls-with-pix/m-p/852233#M959187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this. You'll just need to define different classes of traffic (using access-list matches) and then inspect ESMTP on certain classes. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list traffic-with-TLS permit ip 192.168.1.0 255.255.255.0 any eq 25&lt;/P&gt;&lt;P&gt;access-list traffic-without-TLS deny ip 192.168.1.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list traffic-without-TLS permit ip any any&lt;/P&gt;&lt;P&gt;class-map inspection_without_smtp&lt;/P&gt;&lt;P&gt; match access-list traffic-with-TLS&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt; match access-list traffic-without-TLS&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_without_smtp&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 22:47:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp-and-tls-with-pix/m-p/852233#M959187</guid>
      <dc:creator>tstanik</dc:creator>
      <dc:date>2007-12-13T22:47:08Z</dc:date>
    </item>
  </channel>
</rss>

