Jeremy Kitchen wrote:
On Friday 11 March 2005 02:32 am, Dan D wrote:Yea, someone showed me that already. I replaced checkpassword and its been working perfect.
ok, i just installed vpopmail and everything seems to be working with imap fine, but i am getting this error when trying to check via pop3
+OK <[EMAIL PROTECTED]> user dan +OK pass mypass vchkpw-pop3: vchkpw is only for talking with qmail-popup and qmail-pop3d. It is not for runnning on the command line. -ERR authorization failed
and then the session terminates. I get the same error when using a mail client
I compiled with ./configure --enable-roaming-users=y --enable-valias=y and my /service/qmail-pop3d/run has:
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/envdir /etc/relay-ctrl \
/usr/local/bin/relay-ctrl-chdir \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 \
/var/qmail/bin/qmail-popup \
idelaney.net \
/bin/checkpassword \
/usr/local/bin/relay-ctrl-allow \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir \
2>&1
you can't daisy chain checkpassword modules like that.
-Jeremy
thanks!
- Dan