on Wed, Apr 25, 2001 at 01:01:49PM -0700, Kenneth Porter wrote:
> I use SRPM's exclusively, mostly so I'll have source on hand if Things
> Go Wrong (tm) ;-). I just tweak spec files and add my initials to a new
> release number if an SRPM isn't exactly the way I want it.

Yup - that's a good way to go.
 
> My current qpopper SRPM enables DRAC support, and I've got another SRPM
> for DRAC (package name is "dracd", available in Red Hat contrib), on
> which the qpopper SRPM depends.

OK, cool. We're finally moving to SMTP-AUTH, so we (hopefully) won't need
DRAC anymore, but it's good to know it's still around if we need it.
 
> Does anyone have a good working xinetd config file for pop3? I haven't
> yet installed xinetd on my RH6.1 system, but I'd like to provide the
> config file in my SRPM for those that use it.

Here's what I use:

defaults
{
        instances   = 25
        log_type    = SYSLOG daemon info
        log_on_success = HOST PID DURATION EXIT
        log_on_failure = HOST RECORD
        per_source  = 20
}

service pop-3
{
        flags       = REUSE NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/sbin/in.qpopper
        server_args = in.qpopper -s
}


-- 
"Euphoria is not a business strategy" -- Louis Rossetto

Reply via email to