Company uses hosted mail service. There seems to be an offending PC that is infected with a trojan which is sending out email and getting them blacklisted.
from thread35-1346401, there were ACLs that limit smtp traffic from a single mail server.
To limit all internal clients to send to only one mail server on the internet, would the acls be the opposite (without blocking any other traffic)?
access-list outbound permit tcp any host [IP of external mail server] eq 25
access-list outbound deny tcp any any eq 25 log
access-list outbound ip any any
access-group outbound in interface inside
Thanks in advance for the confirmation.
- Jon
from thread35-1346401, there were ACLs that limit smtp traffic from a single mail server.
To limit all internal clients to send to only one mail server on the internet, would the acls be the opposite (without blocking any other traffic)?
access-list outbound permit tcp any host [IP of external mail server] eq 25
access-list outbound deny tcp any any eq 25 log
access-list outbound ip any any
access-group outbound in interface inside
Thanks in advance for the confirmation.
- Jon