Changed from xinetd.d/ipop3 to /var/qmail/supervise/qmail-pop3/run

So I still don't really know what the problem was .. but it is working. Can
anyone see why it wasn't working?



/etc/xinetd.d/ipop3
---------------------------------------------------------------------------
# default: off
# description: The POP3 service allows remote users to access their mail \
#              using an POP3 client such as Netscape Communicator, mutt, \
#              or fetchmail.
service pop3
{
    disable              = no
    socket_type       = stream
    protocol             = tcp
    wait                   = no
    user                  = root
    server                = /var/qmail/bin/qmail-popup
    server_args        = www.ocenture.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
    log_type             = FILE /var/log/xinetd.log
    log_on_success  = HOST
    log_on_failure      = HOST RECORD
}
---------------------------------------------------------------------------


/var/qmail/supervise/qmail-pop3/run
---------------------------------------------------------------------------
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\
        www.ocenture.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir 2>&1
---------------------------------------------------------------------------


Reply via email to