Dear sir,
  I have followed your mannual to install the Vpopmail.
  In the last point 12, it says that how to use vchkpw with qmail-pop3d server:
 
In my Redhat 7.0,
there is the file /etc/rc.d/init.d/pop3d
the original one:
 
#!/bin/sh
#
# chkconfig: 345 70 30
# description: the POP-3 server from qmail
#
 
service=pop3d
 
# Source function library.
. /usr/share/qmail/init-functions      
 
then, I have tried to add the startup line:
 
#!/bin/sh
#
# chkconfig: 345 70 30
# description: the POP-3 server from qmail
#
 
service=pop3d
 
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R O pop3 \
/var/qmail/bin/qmail-popup 202.85.164.33 \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
 
# Source function library.
. /usr/share/qmail/init-functions      
 
 
I have ps aux|grep pop3d and see that it is working. But, when I use my Outlook to connect to it. It always check the password of the user I created from the vpopmail from time to time. I am sure that the password is correct even though it still doesn't accept it.
 
Can you tell me which file should the startup line for qmail-pop3d be added?
 
Yours,
Richard Ao

Reply via email to