I am using RH6.0 with qmail server!
All other thing is OK, but pop3 service?
I use Maildir format, I use maildirmake Maildir:
drwx------   2 sting    users        1024 Jan 20 21:18 cur
drwx------   2 sting    users        1024 Jan 21 00:21 new
drwx------   2 sting    users        1024 Jan 21 00:21 tmp
Telnet result:
Connected to localhost.
Escape character is '^]'.
+OK <2123.948385520@/bin/checkpassword>
user sting
+OK
pass xxxx
-ERR this user has no $HOME/Maildir
Connection closed by foreign host.
I use tcpserver, in qmail-pop3.init:
        if [ -e $CDB ]; then
            supervise $DIR \
            tcpserver $VERBOSE -c$CONCURRENT -x $CDB -u$USERID -g$GROUPID 0 $PORT \
            qmail-popup $HOST $CHKPASS $COMMAND Maildir \
            2>&1 | setuser $LOGUSER accustamp \
            | setuser $LOGUSER cyclog $FILESIZE $FILENO $LOGDIR &
        else
            supervise $DIR \
            tcpserver $VERBOSE -c$CONCURRENT -u$USERID -g$GROUPID 0 $PORT \
            qmail-popup $HOST $CHKPASS $COMMAND Maildir \
            2>&1 | setuser $LOGUSER accustamp \
            | setuser $LOGUSER cyclog $FILESIZE $FILENO $LOGDIR &
        fi
What is wrong with my qmail-pop3?
Who can help me?
 

Reply via email to