> That doesn't prove it is the process listening on port 25. There is NO
> occurrence of the string "550" or "no such user" in the qmail source.
> qmail-smtpd doesn't know (or care) about users.
> 
> How are you starting qmail-smtpd (show us the script).

I'm using svscan (daemontool 0.70) to look after my qmail. The startup script for 
qmail-smtpd as shown below:

#!/bin/sh

# This is the run file for supervise to execute qmail-smtpd.

QMAILHOME=/var/qmail
USERID=`id -u qmaild`
GROUPID=`id -g qmaild`
COMMAND=qmail-smtpd
PORT=smtp
CONCURRENT=70
BYTESIZE=2000000        
SOFTLIMIT=/usr/local/bin/softlimit TCPSERVER=/usr/local/bin/tcpserver 

exec $SOFTLIMIT -m $BYTESIZE \
    $TCPSERVER -vHR -c$CONCURRENT -P \
        -u $USERID -g $GROUPID 0 $PORT $QMAILHOME/bin/$COMMAND 2>&1

thanks and regards,
Eric

-- 

_______________________________________________
Get your free email from http://freemail.asiamail.com

Reply via email to