|
Hi all
I use qmail & vpopmail
some users tell me that there is something wrong
when
he receives mail useing pop3.
I check the maillog,here is the result:
Nov 4 12:00:10 qd15 vpopmail[12916]:
vchkpw-pop3: setgid 690 failed errno 1 [EMAIL PROTECTED]:
but most of the users are ok.
I want to know why.
here is my start script:
#!/bin/sh
exec /usr/local/bin/tcpserver -R 0 pop-3 /var/qmail/bin/qmail-popup mail.test.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 | /var/qmail/bin/splogger qmail |
