I'm trying to figure out how to block outbound smtp access except from my exchange server. Here is the ACL i developed.ip access-list extended SMTP permit tcp 10.10.152.200 0.0.0.255 any eq smtp deny tcp any any eq smtp permit ip any anyI thought i...