simple way is configure the squid to allow 25 and 110 ports
On Apr 7, 2005 4:41 PM, Timothy Earl <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > If you can modify your firewall settings : > > > > You must activate acces from the clients to internet for the following ports > : 25 and 110 > > > > If you are using iptables the following rules are what i use : > > iptables -A FORWARD -i laninterface -o externalinterface -p tcp --dport 25 > -m state --state NEW,ESTABLISHED -j ACCEPT > iptables -A FORWARD -i externalinterface -o internalinterface -p tcp > --sport 25 -m state --state RELATED,ESTABLISHED -j ACCEPT > > > > As well as the same for port 110. > > Hope this helps or gets you on the right track. > > > > ________________________________ > > > De : Suranga Kasturiarachchi > [mailto:[EMAIL PROTECTED] > Envoy� : jeudi 7 avril 2005 12:03 > � : [email protected] > Objet : POP Client > > > > > > Dear all, > > > > > > if anyone know how to connect to the pop mail server hosted in internet > using outlook express, but the client can access internet only by using > squid proxy server. > > > Please help me on this matter. > > > thanks.. > > > suranga -- ___ Linux everywhere

