I use this:

TCP Uplink ANY : 110(POP3)  192.168.186.2 : 110(POP3)
TCP Uplink ANY : 443(HTTPS)  192.168.186.2 : 443(HTTPS)
TCP Uplink ANY : 25  192.168.186.2 : 25(SMTP) 
TCP Uplink ANY : 80(HTTP)  192.168.186.2 : 80(HTTP)

Etc..

So yours looks fine. It does sound like your ISP might be
blocking mail ports, unless 192.168.1.2 is not the internal
mail server...

It's easy to test with telnet.  If you telnet from outside
your lan to your public IP address on port 25, the mail
server should give you a response.

Like this:

telnet xxx.yyy.zzz.xxx 25

They rarely block port 110, but it can happen. Because of
spam and open relays, your mail server might be requiring
authentication for pop accounts. 

If your ISP does block port 25, you can get around it by
paying a small amount for a service that sends to another
port, like 2525, etc.



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to