Hi Roland.. and all You try this patch ("http://members.elysium.pl/brush/qmail-smtpd-auth/") and run for you?
Can you send me a copy off your's "/etc/tcp.smtp" and "/var/qmail/supervise/qmail-smtpd/run" I belive in that's it's my problem. or for all... how function "smtpd-auth"?? it's add a rule in "tcp.smtp" after user auth?? i have this "/var/qmail/supervise/qmail-smtpd/run" -------- #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/bin/softlimit -m 8000000 \ /usr/bin/tcpserver -H -R -v -p -x /var/vpopmail/etc/tcp.smtp.cdb \ -u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd xxxxx.com /var/vpopmail/bin/vchkpw /bin/true >&1 -------- and try this in "/etc/tcp.smtp or /var/vpopmail/etc/tcp.smtp" ---------- *:allow,RBLSMTPD="",REQUIREAUTH="" ---------- i have delete the "/var/qmail/rcpthosts" i belive with this and set my client whith encryption=NONE authentification=LOGIN USER=jerco%xxxxx.com my authentification-SMTP it's run, but this it's not RUNNING... thanks for all... Author: Roland Schmid Date: 02-21-03 10:07 Subject: [vchkpw] vchkpw instead of checkpassword for SMTP AUTH Try here instead. I used this one and it works with vpopmail passwd auth. http://members.elysium.pl/brush/qmail-smtpd-auth/ ----- Original Message ----- From: "Roland Schmid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 6:53 AM Subject: [vchkpw] vchkpw instead of checkpassword for SMTP AUTH Hello, I'm not quite sure whether my question is offtopic to the content of this list, so sorry for my offtopic. I'm running vpopmail with qmail and it works fine, but qmail smtp has no SMTP Authentification. There is a patch on http://www.nimh.org which enables SMTP AUTH for qmail. The patch needs a password tool, can I use /home/vpopmail/bin/chkpw for the SMTP-Authentification, or is the checkpassword programm required? (http://cr.yp.to/checkpwd.html) Best regards,