Lara Marques writes:
> Hi all,
> 
> In the FAQ it states how to run qmail-pop3d and qmail-smtpd via the inetd
> table.
>

The tcpserver is available on the qmail URL, and:

    tcpserver -R -v -x /my/path/tcp.smtp.cdb -u 123 -g 456 0 smtp \
        /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
    
    tcpserver -R -v -x /my/path/tcp.pop3.cdb -u 0 -g 789 0 pop3 \
        /var/qmail/bin/qmail-popup mymachine.mydomain.com \
        /var/qmail/bin/checkpassword /var/qmail/bin/qmail-pop3d \
        Maildir 2>&1 | /var/qmail/bin/splogger pop3 3 &

is what I use.

        John

-- 

John Conover, 631 Lamont Ct., Campbell, CA., 95008, USA.
VOX 408.370.2688, FAX 408.379.9602
[EMAIL PROTECTED], http://www2.inow.com/~conover/john.html

Reply via email to