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

Re: Fw: POP Client



Dear Suranga,

Outlook express is not able to find a POP3 server trhu Squid, neither a DNS, it need a real gateway. If the POP server in outlook is something like "pop.nameserver.com" it does need a DNS also.
Port 110 is needed for pop... 25 for smtp

Cordialement,

Alvin

Suranga Kasturiarachchi a écrit :

Dear all,
I tried many times but still outlook express says server cannot find. suranga. ----- Original Message -----
*From:* Timothy Earl <mailto:mehimx@gmail.com>
*To:* debian-firewall@lists.debian.org <mailto:debian-firewall@lists.debian.org>
*Sent:* Thursday, April 07, 2005 4:41 PM
*Subject:* RE: POP Client

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:gnudotlinuxdotsuranga@gartexlk.com] <mailto:%5bmailto:gnudotlinuxdotsuranga@gartexlk.com%5d>
*Envoyé :* jeudi 7 avril 2005 12:03
*À :* debian-firewall@lists.debian.org <mailto:debian-firewall@lists.debian.org>
*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


--
  .''`.          Alvin
 : :' :
 `. `'           Debian GNU/Linux User
   `-



Reply to: