Is it possible to apply more than one ACL to a single interface. I need to block a certain address from sending mail to our server, but when I add the following entry:
deny tcp host 207.xxx.xxx.xxx any
it gets put at the bottom of the list below the entry that allows smtp traffic in.
So I was wondering if I could write a new list and apply that before it went to the next list. Any help or suggestions would be great. I need to stop this guy 527 mail messages and counting.
deny tcp host 207.xxx.xxx.xxx any
it gets put at the bottom of the list below the entry that allows smtp traffic in.
So I was wondering if I could write a new list and apply that before it went to the next list. Any help or suggestions would be great. I need to stop this guy 527 mail messages and counting.