On Wednesday 15 December 2004 07:16, Bill Shupp wrote:
> 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

and rblsmtpd could do with arguments too,

eg
 -t 10 -r sbl-xbl.spamhaus.org

>
> 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

-- 
-----------------
Bob Hutchinson
Midwales dot com
-----------------

Reply via email to