[NTLUG:Discuss] Postfix woes

Bobby Wrenn bjwrenn at augustmail.com
Wed Dec 1 06:38:50 CST 2004


Rev. wRy wrote:
> On Tue, 2004-11-30 at 22:00, Bobby Wrenn wrote:
> 
>>Bobby Wrenn wrote:
>>
>>Well I guess I will reply to my self again and see what happens.
>>
>>When I run nmap against the box (internally or externally) I discover 
>>port 110 is not open. I have disabled the firewall commpletely. How do I 
>>open 110 for pop3 access? Distro is SuSE 9.0 fresh install.
> 
> 
> check /etc/xinetd.d/pop3
> 
> If it's not open, it's not open.
> 
> The line:
> 
> disable = yes
> 
> might be your culprit.
> 
> 
Here is the text of qpopper in /etc/xinetd.d/qpopper

#
# qpopper - pop3 mail daemon
#
service pop3
{
         disable         = no
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = root
         server          = /usr/sbin/popper
         server_args     = -s
         flags           = IPv4
}


Thanks for the answer. Anything else?

Bobby




More information about the Discuss mailing list