<?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 501: POP Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708334#M537415</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having one small issue with my Pix 501 6.3(5) firewall, I have configured these Acls.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_SMTP permit tcp any host x.x.x.x eq 25&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_SMTP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_POP permit tcp any host x.x.x.x eq 110&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_POP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is email server is sending emails that are OK but not receving any emails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what is the issue, is there any fixup for pop or there is some other issue for receving. My email server is directly connected to the firewall with natting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:49:58 GMT</pubDate>
    <dc:creator>saeedccie</dc:creator>
    <dc:date>2019-03-11T20:49:58Z</dc:date>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708334#M537415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having one small issue with my Pix 501 6.3(5) firewall, I have configured these Acls.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_SMTP permit tcp any host x.x.x.x eq 25&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_SMTP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_POP permit tcp any host x.x.x.x eq 110&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_POP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is email server is sending emails that are OK but not receving any emails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what is the issue, is there any fixup for pop or there is some other issue for receving. My email server is directly connected to the firewall with natting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708334#M537415</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2019-03-11T20:49:58Z</dc:date>
    </item>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708335#M537417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saeed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACL's are not correct, only one ACL can be applied in one direction, use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list MAIL_TRAFFIC permit tcp any host x.x.x.x eq 25&lt;/P&gt;&lt;P&gt;Pix(config)# access-list MAIL_TRAFFIC permit tcp any host x.x.x.x eq 110&lt;/P&gt;&lt;P&gt;Pix(config)# access-group MAIL_TRAFFIC in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work after this.&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;Do Rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 09:49:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708335#M537417</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-24T09:49:59Z</dc:date>
    </item>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708336#M537419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really thanks and working fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But tell me what is the issue with my ACL that applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you please tell me how can i enable icmp(ping) traffic to my virtual IP that associated with my email server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean this IP: 110.34.33.123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:05:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708336#M537419</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2011-06-24T10:05:55Z</dc:date>
    </item>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708337#M537424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saeed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats good....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well yu can only apply one acl on an interface in one particular direction, you had two acl's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_SMTP permit tcp any host x.x.x.x eq 25&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_SMTP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)# access-list LIVE_POP permit tcp any host x.x.x.x eq 110&lt;/P&gt;&lt;P&gt;Pix(config)# access-group LIVE_POP in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you typed the second ACL, it replaced the first ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add as many ACL's but with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow ping traffic, you would need the following config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list MAIL_TRAFFIC extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it should ping after that.&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;Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:15:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708337#M537424</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-24T10:15:33Z</dc:date>
    </item>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708338#M537427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the wonderful support community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708338#M537427</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2011-06-24T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Pix 501: POP Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708339#M537429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Saeed for your appreciation &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:26:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-pop-issue/m-p/1708339#M537429</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-24T10:26:50Z</dc:date>
    </item>
  </channel>
</rss>

