Design plan is to forward inbound SMTP traffic to a Symantec 8240 E-Mail (SPAM filter) appliance (10.1.1.11). The SPAM appliance will forward (filtered) SMTP traffic to Microsoft (SBS) Exchange Server 2003 (10.1.1.3 internal, pubIP public)installed on internal LAN.
What commands would do I use to enable the PIX506 Firewall to forward only the inbound SMTP traffic to the internal IP address of the SPAM Filter appliance?
We have a static mapping public to private IP address for our mail server...
static (inside,outside) pubIP 10.1.1.3 netmask 255.255.255.255 0 0
If I remove the access list command below it shuts down all smtp traffic.... (obviously!!)
access-list 100 permit tcp any host 67.65.77.124 eq smtp
Now, the email server itself has other services offering on other ports. So I cant be changing the "A" record itself, cos then clients can avail those services on the other IP/Ports. So again, all I want to do is on the PIX (version 6...), forwarding only the smtp traffic coming in for domain.com to the spam filter, while the rest of the traffic goes directly to the email server.
Kindly advice,
Thanks.
What commands would do I use to enable the PIX506 Firewall to forward only the inbound SMTP traffic to the internal IP address of the SPAM Filter appliance?
We have a static mapping public to private IP address for our mail server...
static (inside,outside) pubIP 10.1.1.3 netmask 255.255.255.255 0 0
If I remove the access list command below it shuts down all smtp traffic.... (obviously!!)
access-list 100 permit tcp any host 67.65.77.124 eq smtp
Now, the email server itself has other services offering on other ports. So I cant be changing the "A" record itself, cos then clients can avail those services on the other IP/Ports. So again, all I want to do is on the PIX (version 6...), forwarding only the smtp traffic coming in for domain.com to the spam filter, while the rest of the traffic goes directly to the email server.
Kindly advice,
Thanks.