On Tue, 2002-04-09 at 13:18, Daniel Senie wrote:
> At 02:48 PM 4/9/02, Matthew D. Hon wrote:
> >With RedHat 7.2 I cannot find a inetd.conf file. Do I just put the same line
> >in the xinetd.conf file as I would in the other?
> 
> You need a new xinetd config file. We (developers group for qpopper) need 
> to start putting an xinetd config file somewhere in the distribution. 
> [Randy: I'll send you a sample one]

Here's what I package in my RPM for use as /etc/xinetd.d/pop3:

# qpopper config file for xinetd
service pop3
{
        flags       = REUSE NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/sbin/in.qpopper
        server_args = in.qpopper -s
        # use this line once you create your certificate to enable STLS
        # server_args = in.qpopper -s -l 1 -f /etc/mail/qpopper.conf
}

Reply via email to