> How to allow SMTP/POP traffic bypassing squid,what is the iptables
> configuration for it
iptables -A FORWARD -p tcp -m tcp -m multiport -o <your_outside_if> -j
ACCEPT --dports 25,110,465,995
Replace <your_outside_if> with whatever is appropriate for you system.
This will forward all pop and smtp traffic to your outside interface.
You may remove ports 465 and 995 if you like. They allow ssl traffic
to gmail. Make sure your email clients are not using the proxy
settings, but are configured normally.
Chris
-- Chris Nighswonger Network & Systems Director Foundations Bible College & Seminary www.foundations.eduReceived on Sat Jan 13 2007 - 18:15:05 MST
This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST