Path to this page:
Subject: CVS commit: pkgsrc/mail/qmail-acceptutils
From: Amitai Schleier
Date: 2018-10-22 17:23:06
Message id: 20181022152306.3B67CFBEE@cvs.NetBSD.org
Log Message:
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.
Files: