Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I have the following NAT rule for an internal server to reach an SMTP server:
nat (inside,outside) dynamic interface
If I change the above to the nat rule below, email is not sent:
nat (inside,outside) static interface service tcp smtp smtp
...