Commit graph

2 commits

Author SHA1 Message Date
schmonz
03df50b7c8 Update to 20181128. Changes:
- Add qmail-qfilter-addtlsheader, a filter to add a Received header with
  TLS protocol and ciphers.
- Fix spurious errors when initializing TLS environment.
2018-11-28 16:17:36 +00:00
schmonz
5b979c45b8 Initial import of qmail-acceptutils, my SMTP AUTH implementation for
qmail. It avoids patch conflicts, adds new user-controlled features, and
is more consistent with qmail's design.

To SMTP-authenticate users without patching ofmipd(8) or qmail-smtpd(8),
compose the following programs into your configuration:

- reup runs a program repeatedly until it succeeds.
- authup offers SMTP or POP3 authentication and calls checkpassword.
- checknotroot refuses to run as UID 0.
- fixsmtpio filters SMTP I/O and exit status to suit authup.
2018-10-22 15:23:06 +00:00