Anyone ever encountered this... using the latest version found here
http://members.elysium.pl/brush/qmail-smtpd-auth/index.html
and vpopmail 4.9.10....
and calling smtpd like this...
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
QMAILUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec softlimit -m 2000000 tcpserver -p -R -x ~vpopmail/etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u $QMAILUID -g $NOFILESGID 0 smtp rblsmtpd qmail-smtpd ~vpopmail/bin/vchkpw
/usr/bin/true 2>&1
smtp auth takes ANY username password combination... it still requires you
to imput a password..
but it just lets anything thru.... anyone ever seen these? am i doing
something wrong?
-Jav
[EMAIL PROTECTED]