2018-11-08 21:57:28 by Amitai Schleier | Files touched by this commit (8) |
Log message:
Bump acceptutils dependency to get STARTTLS support in fixsmtpio(8)
(obviating the need for qmail-smtpd(8) to be patched to link OpenSSL).
Make TLS configurable for submission, POP3, and now also incoming SMTP:
- "yes" (startup will fail if cert or DH params are missing)
- "no" (even if they're present, don't offer TLS)
- "auto" (the default: offer TLS iff they're present)
Mention TLS setup in MESSAGE.
Delay SMTP greeting by 2 seconds. Enable zen.spamhaus.org RBL.
Bump version.
|
2018-11-03 18:08:26 by Amitai Schleier | Files touched by this commit (6) |
Log message:
When tagging log entries, insert "/" between "nbqmail" and \
the rest of
the tag; for instance, "nbqmailofmipd" becomes \
"nbqmail/ofmipd". Vaguely
redolent of Postfix, and easier to glance at logs now that just about
everything runs similarly from rc.d. Turn off sslserver verbosity by
default. Bump version.
|
2018-10-28 17:38:36 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Point to where servercert.pem actually is. While here, use the regularly
regenerated DH params too. Bump PKGREVISION.
|
2018-10-28 16:01:57 by Amitai Schleier | Files touched by this commit (6) |
Log message:
Update to 20181028. Changes:
- CERTFILE needs to be set early enough for sslserver. Move it to rc.d.
UCSPITLS is application-specific and can stay in the CDB.
- Add PYMSGAUTH_TOLERATE_UNCONFIGURED to the CDB.
- Switch qmailpop3d from tcpserver+qmail-popup to sslserver+authup.
Set UCSPITLS in the CDB to require STLS before USER/PASS.
- Specify a few new required_files.
- Point more precisely at the need to inspect alias/.qmail-*.
|
2018-10-27 21:16:16 by Amitai Schleier | Files touched by this commit (10) |
Log message:
Update to 20181027. Changes:
- Bump qmail-acceptutils for integrated privsep TLS using ucspi-ssl.
- Switch qmailofmipd rc.d script to sslserver, listening on the network.
- Install control/{pop3,smtp}capabilities, as newly required by authup.
- Organize INSTALL a bit better.
- Remove all vestiges of stunnel, including further shortening MESSAGE.
|
2018-10-24 18:28:28 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add ofmipd-with-user-cdb, a wrapper to let ofmipd users control their
own CDB of address rewriting rules. Ride previous bump.
|
2018-10-24 17:46:54 by Amitai Schleier | Files touched by this commit (20) |
Log message:
Remove dependency on mess822, the "sasl" and "tls" options, \
and their
respective dependencies on spamdyke and stunnel. Depend instead on
qmail-acceptutils, which provides SMTP AUTH (and new filtering
functionality) and brings its own unconditional mess822 and stunnel
dependencies. Update rc.d scripts to match.
Use CONF_FILES instead of a bunch of open-coded INSTALL cleverness.
Clean up even better with a little DEINSTALL cleverness to remove CDB
files if their source CONF_FILES are gone.
Install sensible fixsmtpio rules and viruscan signatures.
Tighten MESSAGE. The basics have gotten pretty easy. Bump version.
|
2018-09-14 09:58:12 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Mention the spamassassin and rspamd wrapper scripts.
|
2018-09-10 11:07:50 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add scripts to wrap spamc and rspamc, suitable for use in .qmail files
with e.g. condtomaildir(1). Bump version.
|
2018-08-01 09:15:21 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Depend on pkgtools/pkg_alternatives and a new enough mail/qmail to rely
on finding "nbcheckpassword" (which, at present, might be either
checkpassword-pam or DJB's original).
Depend (unconditionally) on mail/qmail-rejectutils, instead of having it
as an option on mail/qmail.
Bump version.
|