Dan D wrote:

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

It works fine before the vchkpw line was put in.

What could be causing this?

- Dan Delaney

I also get this when trying to check a virtual domain:
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass mypass
-ERR authorization failed

Reply via email to