Andrea Riela wrote:

    Does vuserinfo show that the user has smtp access denied?  You might try
    testing qmail-smtpd/vchkpw from the command line with the base64 tool to
    make sure that it works outside of tcpserver, etc. first.



excuse me, Bill .. what I've to do exactly?

Test smtp auth from the command line. For details, see:

http://www.fehcom.de/qmail/smtpauth.html#PATCHES

Basically, get base64 installed, then get your auth plain line like so:

bash-2.05b$ printf "[EMAIL PROTECTED]" | base64 -e
AHRlc3QAdGVzdHBhc3M=

Then, test smtp auth with qmail-smtpd/vchkpw from the command line to make sure it works using the encoded string similar to above:

bash-2.05b$ /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true
220 mail.merchbox.com ESMTP
auth plain
334
AHRlc3QAdGVzdHBhc3M=
235 ok, go ahead (#2.0.0)
quit
221 mail.merchbox.com


Make sure it works from command line, that's the goal.

Regards,

Bill

Reply via email to