On Thu, Feb 22, 2001 at 12:28:24PM -0800, [EMAIL PROTECTED] wrote:
> Charles,
> 
>       Thanks for the reply. Well, tcpserver is called in the run file for
> qmail-smtpd and qmail-pop3d. When I make changes to the qmail-pop3d run
> file, the errors do change in syslog - like commenting out the line for
> splogger.
> 
>       OK - I just figured it out!! Seems my rc.qmail script doesn't
> stop/restart qmail-pop3d properly. There were two copies of qmail-pop3d
> running. As soon as I killed the old, incorrect pop3d, the errors went
> away.
> 

Make sure that you're 'exec'ing tcpserver in the run file. Dave Sill,
this might want updating in 'Life with qmail' -- this seems to burn a
lot of people....

Bad:

tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup FQDN \
        /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 \
        /var/qmail/bin/splogger pop3d


Good:

exec tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup FQDN \
    /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 \
            /var/qmail/bin/splogger pop3d
                
and then maybe instructions for supervising it properly? If it sounds
like I'm volunteering to write the new docs, I am more than willing... 


-- 
Greg White
Those who make peaceful revolution impossible will make violent
revolution inevitable.
                -- John F. Kennedy

Reply via email to