[EMAIL PROTECTED] xinetd.d]# more qpop3
# default: off
# description: Qpopper POP3 server \
service pop3
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/local/sbin/popper
        server_args             = qpopper -s
        port                    = 110
#       log_on_success          += USERID DURATION
        log_on_success          =
#       log_on_failure          += USERID
        log_on_failure          =
        cps                     = 20 1
        instances               = 100
        max_load                = 20
}


----- Original Message -----
From: Eric
To: Subscribers of Qpopper
Sent: Friday, July 11, 2003 1:32 PM
Subject: maillog error need help with xinetd.conf


Setting up qpopper 4x on redhat 8
I need to launch popper from xinetd.
can anyone post a xinetd.conf file to see what I have wrong in mine.

I put this in my xinetd.conf
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server =/usr/local/sbin popper qpopper -s 192.168.0.132:110
}

this does not work... I must be missing something. I followed guide.pdf step
by step.





Eric



The opinions and/or expressions contained in the adjoined communication are
strictly those of the individual conveying the communication and may or may
not be those of The Kier Companies.

Reply via email to