Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redhat 7.1 pop3 server not open outside of localhost

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I recently installed the wu-imapd mail server, but POP3 is not open to anything outside of the localhost. I enabled the pop3 server file in the /etc/xinetd.d folder and restarted xinetd but still nothing. Any ideas?

-james weston
 
Hi,

Did you allow port 110 (pop3) through the firewall ? Configure the firewall as root with '/usr/sbin/lokkit' command and allow inbound pop3 or specifically port 110. Also, make sure you turned on the ipop3 service :

/sbin/chkconfig ipop3 on

Then restart xinetd :

/etc/rc.d/init.d/xinetd restart

Regards
 
Type the following command and tell me what's the feedback and I might be able to help you from there.

netstat -an | grep LIST | grep ^tcp
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top