<?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 avoid SMTP inspection on zone based firewall? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732556#M534415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a very similar problem with an 881w router and the CCP-created firewall. It was preventing SMTP sessions that delivered messages with attachments of 2mb or more in size. These steps fixed that problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 22:48:04 GMT</pubDate>
    <dc:creator>chiefarchitectinc</dc:creator>
    <dc:date>2013-01-11T22:48:04Z</dc:date>
    <item>
      <title>How to avoid SMTP inspection on zone based firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732554#M534413</link>
      <description>&lt;P&gt;We had a problem with SMTP inspection dropping some regular emails (Cisco 2901 IOS 15.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original configuration, made using CCP, was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 remark CCP_ACL Category=0&lt;/P&gt;&lt;P&gt;access-list 102 permit ip any host 192.168.1.111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all sdm-nat-smtp-1&lt;/P&gt;&lt;P&gt;match access-group 102&lt;/P&gt;&lt;P&gt;match protocol smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect sdm-pol-NATOutsideToInside-1&lt;/P&gt;&lt;P&gt;class type inspect sdm-nat-smtp-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security sdm-zp-NATOutsideToInside-1 source out-zone destination in-zone&lt;/P&gt;&lt;P&gt;service-policy type inspect sdm-pol-NATOutsideToInside-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how to avoid this inspection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list 102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 remark CCP_ACL Category=0&lt;/P&gt;&lt;P&gt;access-list 102 permit tcp any host 192.168.1.111 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all sdm-nat-smtp-1&lt;/P&gt;&lt;P&gt;no match protocol smtp&lt;/P&gt;&lt;P&gt;match protocol tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incoming mails are going thru Spam and Virus Blocker so that bypassing SMTP inspection is not security issue in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help somebody.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:06:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732554#M534413</guid>
      <dc:creator>mbesim</dc:creator>
      <dc:date>2019-03-11T21:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid SMTP inspection on zone based firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732555#M534414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great info, Here's another link on ZBF that i find quite interesting:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6441/products_feature_guide09186a008060f6dd.html#wp1084274"&gt;http://www.cisco.com/en/US/products/ps6441/products_feature_guide09186a008060f6dd.html#wp1084274&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this one helps as well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as i said you posted great info, in future please add such valuable info to a Doc rather then discussion. Creating a doc will give this info more visibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 07:41:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732555#M534414</guid>
      <dc:creator>Parminder Sian</dc:creator>
      <dc:date>2011-08-23T07:41:04Z</dc:date>
    </item>
    <item>
      <title>How to avoid SMTP inspection on zone based firewall?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732556#M534415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a very similar problem with an 881w router and the CCP-created firewall. It was preventing SMTP sessions that delivered messages with attachments of 2mb or more in size. These steps fixed that problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 22:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732556#M534415</guid>
      <dc:creator>chiefarchitectinc</dc:creator>
      <dc:date>2013-01-11T22:48:04Z</dc:date>
    </item>
    <item>
      <title>I am having the same issue</title>
      <link>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732557#M534416</link>
      <description>&lt;P&gt;I am having the same issue with 15.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Avoiding the SMTP engine does not seem to me like a fix more of a work around...&lt;/P&gt;&lt;P&gt;Does anyone know the root cause of this or a better fix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:26:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-avoid-smtp-inspection-on-zone-based-firewall/m-p/1732557#M534416</guid>
      <dc:creator>awinslade</dc:creator>
      <dc:date>2014-10-28T11:26:19Z</dc:date>
    </item>
  </channel>
</rss>

