Capitalizing "maildir" fixed the problem!  Thanks!  

Now that everything is working, should I change my qmail startup script to 
supervise qmail-pop3d, just like everything else or should I just leave it 
be?  As it is, I can stop everything but qmail-pop3d with a "qmail stop" 
command.  Since qmail-pop3d isn't being stopped with the startup scritp 
(using svc), what is the best way to stop it?

Michael Lundberg
[EMAIL PROTECTED]

On 09/09/99 09:51 PM James J. Lippard said...
>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