We currently do a “Full NAT” translation from an external public IP 0.0.0.0 to our internal mail server’s IP 1.1.1.1
We are adding a SMTP proxy filter so all incoming smtp mail will need to be forwarded to the Proxy’s internal IP 2.2.2.2
Is there a way I can keep the first translation of 0.0.0.0 to 1.1.1.1 (for users to connect their email clients when they’re on the public side) and create a rule to forward all incoming smtp traffic from 0.0.0.0 to the new proxy at 2.2.2.2?
So as long as I list this rule before/above the “full NAT” rule, all smtp traffic from 0.0.0.0 will be forwarded to 2.2.2.2 first…, but the users on the outside should still be able to access their email clients using the 0.0.0.0 to 1.1.1.1 full NAT rule?