Scott Ramshaw wrote:

I am having what I assume is a weird issue, because it isn't working. I have a fresh install on RHES 3 and vpopmail 5.4.0. Followed the instructions for Bill's smtp-auth patch to netqmail 1.05. Everything seems to be working, except for smtp-auth.

[EMAIL PROTECTED] root]# telnet localhost 25
Trying 127.0.0.1...
Connected to <hostname> (127.0.0.1).
Escape character is '^]'.
220 <hostname> ESMTP
ehlo
250-<hostname>
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 0
250 AUTH LOGIN PLAIN CRAM-MD5
AUTH LOGIN
503 auth not available (#5.3.3)

same result for plain and cram-md5

my qmail-smtpd run line is:

exec /usr/local/bin/softlimit -m 5000000 /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u 91 -g 91 0 smtp /usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1


You're missing the authentication argument to qmail-smtd.  It should go:

/var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true 2>&1

Regards,

Bill

Reply via email to