When a user tries to authenticate itself, the first time vchkpw fails
Code: Select all
Dec 6 21:50:08 [vpopmail] vchkpw-smtp: password failCode: Select all
Dec 6 21:50:13 [vpopmail] vchkpw-smtp: (PLAIN) login success
Code: Select all
Dec 6 21:50:08 [vpopmail] vchkpw-smtp: password failCode: Select all
Dec 6 21:50:13 [vpopmail] vchkpw-smtp: (PLAIN) login success
Code: Select all
# nc localhost 25
220 yourdomain ESMTP
EHLO yourdomain
250-yourdomain
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-STARTTLS
250-SIZE 0
250-PIPELINING
250 8BITMIME
Code: Select all
USE="clearpasswd" emerge -pv vpopmail
I don't think it is a good idea to keep them in clear text either but I didn't find a way to disable CRAM-MD5 in qmail.I see, but I don't think keeping clear text password is very secure, nor ethical.
How did you disable CRAM-MD5 as auth methode? What mta are you using?I disabled CRAM-MD5 from my server, not the best solution of all, but at least I don't get any more errors/delays.

I'm using qmail.Private_X wrote:I don't think it is a good idea to keep them in clear text either but I didn't find a way to disable CRAM-MD5 in qmail.I see, but I don't think keeping clear text password is very secure, nor ethical.
How did you disable CRAM-MD5 as auth methode? What mta are you using?I disabled CRAM-MD5 from my server, not the best solution of all, but at least I don't get any more errors/delays.
Code: Select all
ebuild /usr/portage/mail-mta/qmail/qmail-1.03-r13.ebuild unpack
cd /var/tmp/portage/qmail-1.03-r13/work/qmail-1.03
nano -w qmail-smtpd.c Code: Select all
ebuild /usr/portage/mail-mta/qmail/qmail-1.03-r13.ebuild merge
/etc/init.d/svscan restart
Code: Select all
ebuild /usr/portage/mail-mta/qmail/qmail-1.03-r13.ebuild unpack >>> md5 src_uri ;-) qmail-1.03.tar.gz
>>> md5 src_uri ;-) qmailqueue-patch
>>> md5 src_uri ;-) big-todo.103.patch
>>> md5 src_uri ;-) qmail-link-sync.patch
>>> md5 src_uri ;-) big-concurrency.patch
>>> md5 src_uri ;-) qmail-0.0.0.0.patch
>>> md5 src_uri ;-) sendmail-flagf.patch
>>> md5 src_uri ;-) qmail-1.03-qmtpc.patch
>>> md5 src_uri ;-) qmail-smtpd-relay-reject
>>> md5 src_uri ;-) qmail-local-tabs.patch
>>> md5 src_uri ;-) qmail-maildir++.patch
>>> md5 src_uri ;-) qmail-date-localtime.patch.txt
>>> md5 src_uri ;-) qmail-limit-bounce-size.patch.txt
>>> md5 src_uri ;-) qmail-103.patch
>>> md5 src_uri ;-) qregex-starttls-2way-auth.patch
>>> md5 src_uri ;-) qmail-remote-auth-patch-doc.txt
>>> md5 src_uri ;-) qmail-gentoo-1.03-r12-badrcptto-morebadrcptto-accdias.diff.bz2
>>> md5 src_uri ;-) qmail-popupnofd2close.patch
>>> md5 src_uri ;-) qmail-1.03-reread-concurrency.2.patch
>>> md5 src_uri ;-) 08-capa.diff
>>> Unpacking source...
>>> Unpacking qmail-1.03.tar.gz to /var/tmp/portage/qmail-1.03-r13/work
* Adding SMTP AUTH (2 way), Qregex and STARTTLS support [ ok ]
* Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
*
* /var/db/pkg/mail-mta/qmail-1.03-r13/files/1.03-r13/smtp-auth-close3.patch
!!! ERROR: mail-mta/qmail-1.03-r13 failed.
!!! Function epatch, Line 262, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, NOT this status message.