That'll deny a lot more than email, and you can't use a standard acl number, it has to be extended number range.
Assuming that you are applying this to an inbound interface:
access-list 110 permit tcp any host <mail server ip> eq 25
access-list 110 deny tcp any any eq 25
access-list 110 permit ip any any
Main Topics
Browse All Topics





by: nasirshPosted on 2009-07-03 at 02:44:47ID: 24771188
access-list 10 permit tcp host E-Mail Server any eq 25
access-list 10 deny tcp any any