1833738 Members
2469 Online
110063 Solutions
New Discussion

firewall and POP3

 
Fred Martin_1
Valued Contributor

firewall and POP3

I am being asked to allow users to POP in to get their email from our HP-UX sendmail server. What am I risking by opening up port 110?

I have a VPN portal but the devices they are using don't support a VPN client.

I'm somewhat concerned as this is a simple case, these users also have unix accounts on the same server, hence logins/passwords match the email login.

No DMZ.

Advise?
fmartin@applicatorssales.com
3 REPLIES 3
Fred Martin_1
Valued Contributor

Re: firewall and POP3

Sendmail 8.11.1 (Revision 1.6)
HP-UX B.11.11
fmartin@applicatorssales.com
Sundar_7
Honored Contributor

Re: firewall and POP3

What am I risking by opening up port 110? - The same risks associated with opening any other port (Say your port 25) :-)

You need to install some kind of POP3 server in your UX box. If it is 11i ,you can download Qpopper from software.hp.com.

Configure inetd to start Qpopper and also install TCP/Wrapper, if you will, and define the hosts allowed to connect to your POP3 server.

You can do the same thing with the firewall, but using TCP/Wrapper will be an extra layer of protection, just incase.
Learn What to do ,How to do and more importantly When to do ?
Fred Martin_1
Valued Contributor

Re: firewall and POP3

Already running POP3, as I have internal PCs picking up email as well.
fmartin@applicatorssales.com