<?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 pix 6.1 fixup protocol smtp command help requested in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54222#M670755</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I institute a fixup protocol smtp 25 on my pix 515/6.1, I can no longer&lt;/P&gt;&lt;P&gt;telnet to my smtp server and perform a sample smtp conversation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the pix's external interface as the global PAT/NAT address, and it is port forwarding smtp to an internal server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When fixup protocol smtp is off, I can telnet in to the smtp server just fine, so the port forwarding is working, and the access list is as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I turn on fixup protocol smtp 25, I get the banner with the characters rewritten with asterisks, but it doesn't respond to any of the commands I issue, including valid ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:02:47 GMT</pubDate>
    <dc:creator>jljamison</dc:creator>
    <dc:date>2020-02-21T06:02:47Z</dc:date>
    <item>
      <title>pix 6.1 fixup protocol smtp command help requested</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54222#M670755</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I institute a fixup protocol smtp 25 on my pix 515/6.1, I can no longer&lt;/P&gt;&lt;P&gt;telnet to my smtp server and perform a sample smtp conversation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the pix's external interface as the global PAT/NAT address, and it is port forwarding smtp to an internal server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When fixup protocol smtp is off, I can telnet in to the smtp server just fine, so the port forwarding is working, and the access list is as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I turn on fixup protocol smtp 25, I get the banner with the characters rewritten with asterisks, but it doesn't respond to any of the commands I issue, including valid ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:02:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54222#M670755</guid>
      <dc:creator>jljamison</dc:creator>
      <dc:date>2020-02-21T06:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: pix 6.1 fixup protocol smtp command help requested</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54223#M670772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea with smtp fixup is to restrict the protocols command set to RFC compliant commands.  Your questions really depends on what it is you are trying to accomplish by telneting to your smtp host from the outside and what commands you are running on the mailer service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fixup works to hide the type of smtp service that is presented to the outside world by removing or replacing the smtp banner that is displayed when telneting to port 25.  If you are able to telnet to that port from the outside, than as far as the smtp service is concerned the outside world will be able to establish RFC compliant connections to your smtp host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason Parrish&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:jparrish@rightsys.com"&gt;jparrish@rightsys.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2002 06:21:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54223#M670772</guid>
      <dc:creator>jparrishrsi</dc:creator>
      <dc:date>2002-05-02T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: pix 6.1 fixup protocol smtp command help requested</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54224#M670820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jason,&lt;/P&gt;&lt;P&gt;Thanks for the reply.  I am attempting to do a basic SMTP conversation - e.g.&lt;/P&gt;&lt;P&gt;HELO fromdomain.com&lt;/P&gt;&lt;P&gt;MAIL From:&amp;lt;&lt;A href="mailto:somebody@somedomain.com"&gt;somebody@somedomain.com&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;RCPT To:&amp;lt;&lt;A href="mailto:user@insidedomain.com"&gt;user@insidedomain.com&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;DATA&lt;/P&gt;&lt;P&gt;now is the time for all good men...&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;QUIT&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;However basically nothing happens after the substituted banner output.  I am concerned that if I turn the fixup command on for protocol SMTP that inbound mail will get stuck.  I was hoping to verify the SMTP protocol manually before turning it over.&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2002 17:02:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54224#M670820</guid>
      <dc:creator>jljamison</dc:creator>
      <dc:date>2002-05-02T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: pix 6.1 fixup protocol smtp command help requested</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54225#M670846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the exact same problem.  I had to turn mail guard off because mail wasn't coming in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2002 20:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54225#M670846</guid>
      <dc:creator>bz</dc:creator>
      <dc:date>2002-05-02T20:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: pix 6.1 fixup protocol smtp command help requested</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54226#M670874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESOLUTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the SMTP traffic flows correctly with the fixup protocol smtp 25 command turned on, even though after doing so you cannot telnet to port 25 through the pix and perform a test SMTP dialogue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2002 20:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-1-fixup-protocol-smtp-command-help-requested/m-p/54226#M670874</guid>
      <dc:creator>jljamison</dc:creator>
      <dc:date>2002-05-08T20:07:41Z</dc:date>
    </item>
  </channel>
</rss>

