On Friday, November 15, 2002, at 09:00  PM, Yoink! wrote:
Try something like this if it's imap you are after:

iptables -A INPUT  -i ppp0 -p tcp --sport 143 -m state -j ACCEPT
iptables -A OUTPUT -o ppp0 -p tcp --dport 143 -m state -j ACCEPT
That would only work if the IMAP server was running on the firewall (and you've got the sport/dport backwards :) ). You most likely want to use the FORWARD chain.

--
Jason Costomiris <><
E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/
Quidquid latine dictum sit, altum viditur.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to