pkgsrc/mail/qmail-acceptutils/DESCR
schmonz fe1163ad70 Update to 20181108. Changes:
- Add STARTTLS support to fixsmtpio(8), which needs to terminate TLS in
  order to continue observing requests and responses and do its job.
- Restore missing trailing " ESMTP" in greeting.
- Fix all warnings in acceptutils code.
- Document FIXSMTPIODEBUG, UCSPITLS, and DISABLETLS.
2018-11-08 20:54:53 +00:00

10 lines
454 B
Text

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.
authup and fixsmtpio can also offer STARTTLS for message submission and
incoming SMTP, respectively.