08-27-2007 11:54 AM - edited 03-11-2019 04:02 AM
I have installed and new spam filter between the firewall and mail server. I am now using port forwarding. The outgoing traffic for mail is being stamped with my Pix address instead of the mail address. Some of the mail is being rejected becasue the pix outside address has no rDNS. Is there a way to make the out going mail use the mail server external address instead if the PIX external address.
static (inside,outside) tcp x.x.x.10 www x.x.x.37 www netmask 255.255.255.255
static (inside,outside) tcp x.x.x.10 https x.x.x.37 https netmask 255.255.255.255
static (inside,outside) tcp x.x.x.10 pop3 x.x.x.37 pop3 netmask 255.255.255.255
static (inside,outside) tcp x.x.x.10 smtp x.x.x.43 smtp netmask 255.255.255.255
Solved! Go to Solution.
08-27-2007 12:19 PM
Use this command and this should resolve your issue:
nat (inside) 10 x.x.x.43
global (outside) 10 x.x.x.10
08-27-2007 12:19 PM
Use this command and this should resolve your issue:
nat (inside) 10 x.x.x.43
global (outside) 10 x.x.x.10
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide