In general, a packet arriving at an interface is handled only by one of the following, in order:
DNATs first, then VPNs and Proxies and, finally, manual Routes and Firewall rules.
DNAT : Internet -> Email Messaging -> External [Exchange] (Address) : to {Exchange server}
In general, a packet arriving at an interface is handled only by one of the following, in order:
DNATs first, then VPNs and Proxies and, finally, manual Routes and Firewall rules.
DNAT : Internet -> Email Messaging -> External [Exchange] (Address) : to {Exchange server}
The Exchange server has to have the UTM listed as its smart host, preferably in the Exchange SMTP Connector. The rest looks great!
This situation is addressed by something I've said here hundreds of times. Actually, there are several things things like that so I finally put them into a list for me to reference and copy. My Rule #2 applies here:In general, a packet arriving at an interface is handled only by one of the following, in order:
DNATs first, then VPNs and Proxies and, finally, manual Routes and Firewall rules.
The users need a DNAT to get SMTP to Exchange from their Androids, so you have to use a different IP for the SMTP DNAT. I would suggest an FQDN like exchange.yourdomain.com that points at the additional IP. Then, you can use that for OWA and everything else, including SMTP to Exchange. You would wind up with a NAT rule like:DNAT : Internet -> Email Messaging -> External [Exchange] (Address) : to {Exchange server}
Leave the service change blank and select auto firewall rules.
Did that work for you?
Cheers - Bob
PS You might want to tighten things up a bit and just list the services you want instead of the entire Email Messaging group - then you could include HTTP/S for OWA.