Cameron Arnott <[EMAIL PROTECTED]> wrote:

>    Sorry but this is a long message but it'll tell you everything about
>how i have qmail setup

Thanks. It's rare for someone to include all the necessary information
in their initial problem report. :-)

>[root@top supervise]# vdir -R
>.:
>total 3
>drwxrwxr-x   4 root     root         1024 Dec 19 01:43 qmail-pop3d
>drwxrwxr-x   4 root     root         1024 Dec 19 01:43 qmail-send
>drwxrwxr-x   4 root     root         1024 Dec 19 01:43 qmail-smtpd
>
>qmail-pop3d:
>total 3
>drwxrwxr-t   2 root     root         1024 Dec 19 00:22 log
>-rwxr-xr-x   1 root     root          158 Dec 19 07:56 run
>drwx------   2 root     root         1024 Dec 21 10:42 supervise

As you know by now, the top-level subdirs should have the sticky bit
set to enable the log subservice. You have the sticky bit set on the
log subdirectly. Close, but no cigar.

>[root@top qmail-pop3d]#cat run
>exec /usr/local/bin/tcpserver 0 pop-3 /var/qmail/bin/qmail-popup
>mail.kat.net.au \
>        /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 &

Remove the "&" from the end of the line.

-Dave

Reply via email to