SLUG Mailing List Archives
Mark,
Don't know if you want to hear this but.....
If you were using iptables instead of ipchains,
iptables -t nat -A PREROUTING -p tcp -i eth0 -s 0.0.0.0/0 \
--dport 25 -j DNAT --to $INTERNAL_EMAIL_SERVER
HTH
Pete