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

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to