Resolved! Restrict Outbound SMTP Traffic
I need to restrict outbound smtp traffic to internal host 192.168.1.12 I have applied the following but no success:access-list outgoing permit tcp host 192.168.1.12 any eq smtpaccess-list outgoing deny tcp host 192.168.1.0 any eq smtpaccess-list outg...