| Summary: | mail-mta/qmail-1.03-r16 -> AUTH doesn't show up | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | André Lemos <tux> |
| Component: | [OLD] Server | Assignee: | Qmail Team (OBSOLETE) <qmail-bugs+disabled> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
André Lemos
2006-01-09 18:42:01 UTC
it seems wrong tcpserver command line, it drops YOUR-SMTP-HOSTNAME
/usr/bin/tcpserver -p -v -R -x /etc/tcprules.d/tcp.qmail-smtp.cdb -c 40 -u 201
-g 200 0.0.0.0 smtp /var/qmail/bin/qmail-smtpd YOUR-SMTP-HOSTNAME /usr/bin/checkpassword-pam -s
system-auth /bin/true
I think, you need check your /var/qmail/control/conf-smtpd
need edit SMTP-AUTH section like below
QMAIL_SMTP_AUTHHOST=$(<${QMAIL_CONTROLDIR}/me)
[ -z "${QMAIL_SMTP_POST}" ] && QMAIL_SMTP_POST=/bin/true
QMAIL_SMTP_CHECKPASSWORD="/bin/cmd5checkpw"
QMAIL_SMTP_POST="${QMAIL_SMTP_AUTHHOST} ${QMAIL_SMTP_CHECKPASSWORD} ${QMAIL_SMTP_POST}"
if you don't use cmd5checkpw you need
USE="noauthcram notlsbeforeauth" emerge mail-mta/qmail
re-emerging with those flags solved the problem :S seems invalid |