Hello,

This is my first post and my first time trying to configure qpopper on
Redhat 7.2

My /etc/xinetd.d/pop3 file contains the following:

# default: off
# description: The POP3 service allows remote users to access their mail \

service pop3
{
        socket_type             = stream
        protocal                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/popper
        server_args             = qpopper -s
        port                    = 110
}


In /etc/hosts.allow I have

popper: ALL

Port 110 is setup in /etc/services as

pop3            110/tcp         pop-3           # POP version 3
pop3            110/udp         pop-3

I did a kill -HUP on the pid and I get the following problem

telnet localhost 110

Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

We have earlier versions on qpopper running on Cobalt RaQs which didn't
require any form of config. Where I am going wrong here?

Thanks


Matthew K Bowman,
Systems Administrator.
Universal Digital Communications, Mansfield Ohio.



Reply via email to