I need to block smtp for one of my systems, so that the system cant be used for incoming or outgoing mailing. What is the command i should use at the PIX 501 to block that.
i tried using ur command deny tcp host 192.168.x.x any eq smtp.
Still the messages which i send my application gets through and i could receive it in my inbox.
I tried deny tcp host 216.181.x.x any eq smtp .. Still the same result.
How could i ensure that when i send mails from this application is blocked in the firewall.
Should i do any thing to the command. fixup protocol smtp 25
Appreciate for a quick help on this
I added the command access-list xxx deny tcp host 192.168.x.x any eq smtp.
I have already a line access-list 101 permit ip any host 216.181.x.x
also access-group 101 in interface outside
with all this when i send an email from my application whose ip is 192.168.x.x which is mapped to 216.181.x.x .. it still sends and i could receive it the mail box.
any light on this is highly appreciated , since i have to do this by evening
eem, the xxx part was just to illustrate that it could be called anything. You can't restrict outgoing traffic by putting an acl on the outside interface in the incoming direction. That acl needs to be put on the inside interface.
Also, i hope this is not true : access-list 101 permit ip any host 216.181.x.x , which would let anyone access that address on any kind of ip prot/port, not good !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.