After install Qmail 1.3 is OK, using system account is very good (send & 
receive), I continue installing vpopmail.
I do:
# groupadd -g 89 vchkpw
# useradd -g vchkpw -u 89 vpopmail
# mkdir -p /home/vpopmail
# chown vpopmail.vchkpw /home/vpopmail
# cd /usr/local/src/vpopmail-5.4.0
# ./configure
# make
# make install-strip

# cd /home/vpopmail/bin
# ./vadddomain test.com test
# cd /home/vpopmail/bin
# ./vadduser [EMAIL PROTECTED] test

My /var/qmail/supervise/qmail-pop3d/run file looks like this:

#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 \
/var/qmail/bin/qmail-popup test.com \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 2>&1 | /var/qmail/bin/splogger pop3d

I stopped qmail & started it ( I reboot server )

#telnet myserver.test.com 110
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
pass test
-ERR authorization failed
Connection closed by foreign host.

I checkeck on /var/qmail/control/rpcthosts and virtualdomains that already 
contains test.com domain.

Please anybody help me !!!

best regards,

Reply via email to