Routing mail in cisco pix 506
Mail is being routed from the Pix to a spam filter and the web access is not working. Need to route webmail interface traffic straight to the exchange server and regular mail to the spam device.
»
- Add new comment
- 2155 reads

Routing mail in cisco PIX 506
What SPAM filter are you using?
You might need to look at DNS here. On the net your MX record points to your SPAM appliance. Treat your Exchange server as an IIS server and setup a record for web traffic to your Exchange.
static (inside,outside) {outside_EXCH_IP} {Inside_IP_Exch} netmask 255.255.255.255
access-list ACL_Name permit tcp any host {IP_of_Exchange} eq www
I could be wrong, but you might need 2 routable IPs. One for Spam appliance and the other for Exchange.