On Jun 17, 2005, at 9:43 AM, ISP Lists wrote:
/usr/local/bin/tcpserver \
  -H -l [[[my.host.name]]] \
    -v -x /etc/tcp.smtp.cdb \
      -c 30 -R -u "$VPOPMAILUID" -g "$VPOPMAILGID" 0 smtp \
      /usr/local/bin/rblsmtpd -b -C \
 -r 'sbl-xbl.spamhaus.org:Your message was rejected ' \
          /var/qmail/bin/qmail-smtpd $LOCAL /home/vpopmail/bin/vchkpw \
          /usr/bin/true 2>&1


mysql's vpopmail database table vlog contains:
| id | user  | passwd                           | domain    | logon
   | remoteip | message
                             | timestamp  | error |
+----+-------+----------------------------------+----------- +-----------------+-------------- +---------------------------------------------------------------------- -------------------+------------+-------+
|  1 | daver | <[EMAIL PROTECTED] | example.net |
[EMAIL PROTECTED] | MYIP | vchkpw-25: password fail (pass:
'<[EMAIL PROTECTED]>') [EMAIL PROTECTED]:MYIP | 1119024854 |

You've got an old SMTP AUTH patch that sends the MD5 challenge and response in the wrong order.

Use the patch from the contrib directory of vpopmail, and then remove the $LOCAL from your run file, as the newer SMTP AUTH patch does not use it.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Reply via email to