* IPTABLES and outlook express
@ 2006-04-25 11:21 Ravi Kumar
2006-04-25 12:05 ` Rob Sterenborg
0 siblings, 1 reply; 2+ messages in thread
From: Ravi Kumar @ 2006-04-25 11:21 UTC (permalink / raw)
To: netfilter
Hi GUYS,
Please help me setup iptables to access pop and smtp ( outlook express)
when going through squid proxy server.
--
Warm Regards,
Ravi Kumar. S
Sr. Systems & Network Administrator
Phoenix Login Solutions Pvt Ltd.
55/c, 1st Floor, 40th Cross,
8th Block, Jayanagar,
Bangalore 560 082
INDIA
Ph: +91(80) 26538658 / 26637369
Fax: +91(80) 26537212
Mobile: +91 9886047708
E-mail: s.ravi@phoenixlogin.com
Web: http://www.phoenixlogin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: IPTABLES and outlook express
2006-04-25 11:21 IPTABLES and outlook express Ravi Kumar
@ 2006-04-25 12:05 ` Rob Sterenborg
0 siblings, 0 replies; 2+ messages in thread
From: Rob Sterenborg @ 2006-04-25 12:05 UTC (permalink / raw)
To: netfilter
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-25 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-25 11:21 IPTABLES and outlook express Ravi Kumar
2006-04-25 12:05 ` Rob Sterenborg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.