summaryrefslogtreecommitdiff
path: root/qmail-smtpd.c
AgeCommit message (Collapse)Author
2012-06-02don't offer AUTH unless a passwd checker was specified on command line;John Denker
don't offer CRAM-style auth at all.
2012-06-02Minor bugfix. If you use morercpthosts, after a failed authenticationJohn Denker
attempt, if the client attempts to send mail to a domain which is not listed in rcpthosts, qmail-smtpd is unable to read morercpthosts.cdb. Instead, it sends "421 unable to read controls (#4.3.0)" and drops the connection. This patch fixes this bug by closing file descriptor 3 (only if necessary) in the authentication child process rather than the parent process. Credit: Tom Clegg
2012-06-02apply the big auth patchJohn Denker
2012-06-01original, as downloaded from http://www.qmail.org/netqmail-1.06.tar.gzJohn Denker