Re: IPTABLES and outlook express

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, April 25, 2006 13:21, Ravi Kumar wrote:
> Hi GUYS,
>
> Please help me setup iptables to access pop and smtp ( outlook express)
> when going through squid proxy server.

When using smtp and pop I don't think you'll be using Squid. And if you would,
this would be the wrong mailinglist for asking support.

You fail to say what your setup is and what you have tried already but I guess
you need this :
$ipt -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
$ipt -A FORWARD -m state --state NEW -p tcp --dport 25 -j ACCEPT
$ipt -A FORWARD -m state --state NEW -p tcp --dport 110 -j ACCEPT

You can read up on Netfilter at :
http://iptables-tutorial.frozentux.net/iptables-tutorial.html


Gr,
Rob





[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux