Lucas wrote:

Hi,

  I have several boxes with toaster solution. In all linux boxes is
working like a charm. But in bsd boxes (openbsd 3.5 and freebsd 4.8)
smtp-auth is not working. Always says 5.7.1 error. How can I see more
details in the log ?
Some information:
-----------------
/opt/mail/bin/vchkpw
-rwx--x--x  1 vpopmail  vchkpw  186365 Mar 21 19:23 vchkpw
-----------------
/service/qmail-smtpd/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
PATH="/var/qmail/bin:/usr/local/bin:/usr/bin:/bin"
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
IP=x.x.x.x

exec softlimit -m 50000000 tcpserver -v -H -R -x /opt/mail/etc/tcp.smtp.cdb \
   -c 20 -u "$QMAILDUID" -g "$NOFILESGID" $IP smtp \
   rblsmtpd -rbl.spamcop.net \
   rblsmtpd -rrelays.ordb.org \
   /var/qmail/bin/qmail-smtpd myserver.net \
   /opt/mail/bin/vchkpw /usr/bin/true
-----------------

Thank you in advance,




Depending on the version of the smtp-auth patch you are using, try removing the hostname argument to qmail-smtpd. The newer versions don't use it, and it will cause smtp-auth to fail.


Regards,

Bill

Reply via email to