On Thu, 19 Dec 2002 13:48:47 +1000 [EMAIL PROTECTED] wrote: > Does any one know what the rule is for ipchains to allow outside > gateway to forward mail on port 25 to a server behind the firewall.
Make sure that there's no ipchains rules blocking port 25. You'll probably want something like # ipchains -i ppp0 -A input -d 0/0 25 -j ACCEPT (where ppp0 is the interface connecting you to the internet) Then you'll either need to set up a mail server on the gateway to forward mail, or use ipmasqadm to forward port 25 to your internal server. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
