<?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: ESMTP inspection default settings in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266881#M828554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terrific!  That option should help with many other things as well.  Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 20:13:06 GMT</pubDate>
    <dc:creator>stevekives</dc:creator>
    <dc:date>2009-08-24T20:13:06Z</dc:date>
    <item>
      <title>ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266876#M828496</link>
      <description>&lt;P&gt;Does anyone know a way to display the ASA default ESMTP inspection settings?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config seems to show nothing more than "inspect esmtp" in the global policy.  We needed to liberalize a setting (allow more than 100 recipients) which means implementing our own inspection policy, but we don't seem to have an obvious way of replicating the remaining default inspection limits.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266876#M828496</guid>
      <dc:creator>stevekives</dc:creator>
      <dc:date>2019-03-11T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266877#M828500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For additional esmtp inspection parameters you have to create your own esmtp inspection policy map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/inspect.html#wp1478782" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/inspect.html#wp1478782&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266877#M828500</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2009-08-06T22:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266878#M828510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We did that part.  But we don't know what the other default settings are for ESMTP inspection, so currently all we have is a limit for RCPT entries.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To save time and effort it would be nice to replicate the remaining default inspection entries to get some use out of the feature, rather than generating them from scratch through trial and error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 15:07:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266878#M828510</guid>
      <dc:creator>stevekives</dc:creator>
      <dc:date>2009-08-07T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266879#M828525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved!  We figured out how to display the default inspection values, which turns out to be pretty simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# show service-policy inspect esmtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global policy:&lt;/P&gt;&lt;P&gt;Service-policy: global_policy&lt;/P&gt;&lt;P&gt;Class-map: inspection_default&lt;/P&gt;&lt;P&gt;Inspect: esmtp _default_esmtp_map, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;mask-banner, count 0&lt;/P&gt;&lt;P&gt;match cmd line length gt 512&lt;/P&gt;&lt;P&gt;drop-connection log, packet 0&lt;/P&gt;&lt;P&gt;match cmd RCPT count gt 100&lt;/P&gt;&lt;P&gt;drop-connection log, packet 0&lt;/P&gt;&lt;P&gt;match body line length gt 998&lt;/P&gt;&lt;P&gt;log, packet 0&lt;/P&gt;&lt;P&gt;match header line length gt 998&lt;/P&gt;&lt;P&gt;drop-connection log, packet 0&lt;/P&gt;&lt;P&gt;match sender-address length gt 320&lt;/P&gt;&lt;P&gt;drop-connection log, packet 0&lt;/P&gt;&lt;P&gt;match MIME filename length gt 255&lt;/P&gt;&lt;P&gt;drop-connection log, packet 0&lt;/P&gt;&lt;P&gt;match ehlo-reply-parameter others&lt;/P&gt;&lt;P&gt;mask, packet 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making a custom inspection set then becomes pretty straightforward:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# policy-map type inspect esmtp ESMTP_Policy&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  allow-tls&lt;/P&gt;&lt;P&gt; match cmd RCPT count gt 1000 &lt;/P&gt;&lt;P&gt;  reset log&lt;/P&gt;&lt;P&gt; &lt;ETC&gt;&lt;/ETC&gt;&lt;/P&gt;&lt;P&gt;# policy-map global_policy&lt;/P&gt;&lt;P&gt;#  class inspection_default&lt;/P&gt;&lt;P&gt;# no inspect esmtp&lt;/P&gt;&lt;P&gt;# inspect esmtp ESMTP_Policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it's much easier to adjust the values as we encounter problems in the logs or brought to us by users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 18:35:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266879#M828525</guid>
      <dc:creator>stevekives</dc:creator>
      <dc:date>2009-08-10T18:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266880#M828540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more way ( see the all option in sh run &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-5510-8x# sh run all | b policy-map&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;  no message-length maximum server&lt;/P&gt;&lt;P&gt;  no message-length maximum client&lt;/P&gt;&lt;P&gt;  dns-guard&lt;/P&gt;&lt;P&gt;  protocol-enforcement&lt;/P&gt;&lt;P&gt;  nat-rewrite&lt;/P&gt;&lt;P&gt;  no id-randomization&lt;/P&gt;&lt;P&gt;  no id-mismatch&lt;/P&gt;&lt;P&gt;  no tsig enforced&lt;/P&gt;&lt;P&gt;policy-map type inspect http http-pol&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  body-match-maximum 200&lt;/P&gt;&lt;P&gt; match request uri regex _default_x-kazaa-network&lt;/P&gt;&lt;P&gt;policy-map type inspect rtsp _default_rtsp_map&lt;/P&gt;&lt;P&gt; description Default RTSP policymap&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;policy-map type inspect h323 _default_h323_map&lt;/P&gt;&lt;P&gt; description Default H.323 policymap&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  no rtp-conformance&lt;/P&gt;&lt;P&gt;policy-map type inspect esmtp _default_esmtp_map&lt;/P&gt;&lt;P&gt; description Default ESMTP policy-map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  mask-banner&lt;/P&gt;&lt;P&gt;  no mail-relay&lt;/P&gt;&lt;P&gt;  no special-character&lt;/P&gt;&lt;P&gt;  no allow-tls&lt;/P&gt;&lt;P&gt; match cmd line length gt 512&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt; match cmd RCPT count gt 100&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt; match body line length gt 998&lt;/P&gt;&lt;P&gt;  log&lt;/P&gt;&lt;P&gt; match header line length gt 998&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt; match sender-address length gt 320&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt; match MIME filename length gt 255&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt; match ehlo-reply-parameter others&lt;/P&gt;&lt;P&gt;  mask&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225 _default_h323_map&lt;/P&gt;&lt;P&gt;  inspect h323 ras _default_h323_map&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp _default_esmtp_map&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect icmp&lt;/P&gt;&lt;P&gt; class sip_class&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;policy-map type inspect sip _default_sip_map&lt;/P&gt;&lt;P&gt; description Default SIP policymap&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  im&lt;/P&gt;&lt;P&gt;  no ip-address-privacy&lt;/P&gt;&lt;P&gt;  traffic-non-sip&lt;/P&gt;&lt;P&gt;  no rtp-conformance&lt;/P&gt;&lt;P&gt;policy-map type inspect dns _default_dns_map&lt;/P&gt;&lt;P&gt; description Default DNS policy-map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  no message-length maximum&lt;/P&gt;&lt;P&gt;  no message-length maximum server&lt;/P&gt;&lt;P&gt;  no message-length maximum client&lt;/P&gt;&lt;P&gt;  dns-guard&lt;/P&gt;&lt;P&gt;  protocol-enforcement&lt;/P&gt;&lt;P&gt;  nat-rewrite&lt;/P&gt;&lt;P&gt;  no id-randomization&lt;/P&gt;&lt;P&gt;  no id-mismatch&lt;/P&gt;&lt;P&gt;  no tsig enforced&lt;/P&gt;&lt;P&gt;policy-map type inspect ipsec-pass-thru _default_ipsec_passthru_map&lt;/P&gt;&lt;P&gt; description Default IPSEC-PASS-THRU policy-map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  esp per-client-max 0 timeout 0:10:00&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 22:48:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266880#M828540</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2009-08-11T22:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: ESMTP inspection default settings</title>
      <link>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266881#M828554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terrific!  That option should help with many other things as well.  Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 20:13:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/esmtp-inspection-default-settings/m-p/1266881#M828554</guid>
      <dc:creator>stevekives</dc:creator>
      <dc:date>2009-08-24T20:13:06Z</dc:date>
    </item>
  </channel>
</rss>

