<?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: SMTP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510811#M615766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it gets hits increamenting. But how can i be sure that&amp;nbsp; it reaches to the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 17:31:21 GMT</pubDate>
    <dc:creator>mulugojjam abebe</dc:creator>
    <dc:date>2010-11-25T17:31:21Z</dc:date>
    <item>
      <title>SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510803#M615741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have Edge server on the the DMZ network which needs to access the Exchange server on the inside network. i configured Static map and access list. I can access the mail server from outside through SMTP, but not from the DMZ. Any help please and documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;Mulu&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:14:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510803#M615741</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2019-03-11T19:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510804#M615743</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;If you can access it from the outside is because you have static/ACL.&lt;/P&gt;&lt;P&gt;To access it from DMZ you need static/ACL as well but applied to DMZ interface.&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;static (in,out)&lt;/P&gt;&lt;P&gt;access-list outside...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From DMZ:&lt;/P&gt;&lt;P&gt;static(in,dmz)&lt;/P&gt;&lt;P&gt;access-list dmz...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have this configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 18:42:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510804#M615743</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-24T18:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510805#M615745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Federico&lt;/P&gt;&lt;P&gt;and here is the conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 78.227.41.x smtp 10.2.10.10 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-access-in permit tcp any host&lt;BR /&gt;78.227.41.x eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;172.16.1.3- is Edge server at DMZ&lt;BR /&gt;static (inside,DMZ) tcp 10.2.10.10 smtp 172.16.1.23 smtp netmask&lt;BR /&gt;255.255.255.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-access-in permit tcp host 172.16.1.3 host&lt;BR /&gt;172.16.1.23 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping 172.16.1.23 from 172.16.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:12:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510805#M615745</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-24T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510806#M615748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But assuming that 10.2.10.10 is the real IP of the SMTP server... &lt;BR /&gt;That's why from the outside you can reach it with IP 78.227.41.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But.. from DMZ... &lt;BR /&gt;The static should be the other way around.. &lt;BR /&gt;static (inside,DMZ) tcp 172.16.1.23 smtp 10.2.10.10 smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you can reach the server 10.2.10.10 from the DMZ using IP 172.16.1.23??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or how do you want to access the SMTP server from DMZ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:16:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510806#M615748</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-24T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510807#M615753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Fredico, u right its on the other round&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,DMZ) tcp 172.16.1.23 smtp 10.2.10.10 smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i can't access it through SMTP and that is weird for me, and sometimes the ASA stucks, its version 8.3 and new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:27:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510807#M615753</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-24T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510808#M615757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But ASA 8.3 does not even recognize the static command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the migration guide (NAT migration) for the new equivalent commands in 8.3:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp83968"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp83968&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:35:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510808#M615757</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-24T19:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510809#M615761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have cleaned the whole configuration and did it again then works fine, but i want to use port maping on the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;static (inside,outside) tcp interface www 10.2.10.10 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;static (inside,outside) tcp interface https 10.2.10.10 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;static (DMZ,outside) tcp interface smtp 172.16.1.3 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;access-list outside_access_in extended permit tcp any host 78.227.x.x eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;access-list outside_access_in extended permit tcp any host 78.227.x.x eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;access-list outside_access_in extended permit tcp any host 78.227.x.x.59 eq smtp&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;i can access 10.2.10.10&amp;nbsp; from outside with http and https but not 172.16.1.3 with smtp&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;telnet 78.227.x.x 25 - failed&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;any help as usual&lt;/P&gt;&lt;P class="MsoNormal"&gt;thanx&lt;/P&gt;&lt;P class="MsoNormal"&gt;by the way the version is 8.0(3) not 8.3 sorry for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:26:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510809#M615761</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-25T15:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510810#M615763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're trying to reach 172.16.1.3 from the outside via SMTP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp interface smtp 172.16.1.3 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P class="MsoNormal"&gt;access-list outside_access_in extended permit tcp any host 78.227.x.x.59 eq smtp&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;This means that from outside you will send SMTP packets to the outside IP of the ASA and it will redirect that traffic to 172.16.1.3.&lt;/P&gt;&lt;P class="MsoNormal"&gt;Do you get hitcounts incrementing in the above ACL when sending SMTP packets? sh access-list outside_access_in&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 16:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510810#M615763</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-25T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510811#M615766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it gets hits increamenting. But how can i be sure that&amp;nbsp; it reaches to the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 17:31:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510811#M615766</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-25T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510812#M615768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We know the ASA is receiving the SMTP packets... we can check if the ASA is sending those SMTP packets to the server....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list testdmz permit tcp any host 172.16.1.3 eq 25 &lt;BR /&gt;access-list testdmz permit ip any any &lt;BR /&gt;access-group testdmz out interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is applied outbound to the DMZ, so if the hitcounts of the first line increments, you will know the ASA is sending SMTP packets to 172.16.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hitcounts increment, I will think the ASA is doing the job and will look into the server itself to see if it's receiving the packets (netstat or equivalent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 17:46:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510812#M615768</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-25T17:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510813#M615771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you again Federico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured it with&lt;/P&gt;&lt;P&gt;access-list dmz_in permit ip any any&lt;/P&gt;&lt;P&gt;but with inbound direction&lt;/P&gt;&lt;P&gt;access-group dmz_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i will check with outbound direction and i will let u know the result, i thought if i configure the nat and outside accesslist it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much&lt;/P&gt;&lt;P&gt;Mulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 18:20:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510813#M615771</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-25T18:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510814#M615774</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;Can I ask why I was rated with a not-helpful at all score of 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 18:26:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510814#M615774</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-25T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP</title>
      <link>https://community.cisco.com/t5/network-security/smtp/m-p/1510815#M615776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are extremely helpful. And the problem was on the server not on the config. Thank you very very much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 08:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/smtp/m-p/1510815#M615776</guid>
      <dc:creator>mulugojjam abebe</dc:creator>
      <dc:date>2010-11-26T08:59:09Z</dc:date>
    </item>
  </channel>
</rss>

