On Thu, 9 Sep 1999, Michael wrote:

>     echo -n " checkpassword"
>     tcpserver -v -R 0 pop-3 \
>         /var/qmail/bin/qmail-popup mail.slave-1.net /bin/checkpassword \
>       /var/qmail/bin/qmail-pop3d maildir 2>&1 | /var/qmail/bin/splogger pop3d&

Try capitalizing "Maildir" here.

qmail-pop3d.c does a "if (chdir(argv[1]) == -1) die_nomaildir();" -- that
chdir takes a case-sensitive argument.  Unfortunately, the error message
produced by die_nomaildir doesn't correctly report the directory name that
couldn't be chdir'd to.

Jim Lippard       [EMAIL PROTECTED]       http://www.discord.org/
Unsolicited bulk email charge:   $500/message.   Don't send me any.
PGP Fingerprint: 0C1F FE18 D311 1792 5EA8  43C8 7AD2 B485 DE75 841C

Reply via email to