Age | Commit message (Expand) | Author | Files | Lines |
2021-01-14 | Take steps toward running under other UCSPI-TLS server implementations: | schmonz | 4 | -28/+25 |
2020-12-11 | Depend on qmail-acceptutils 20201211 for authup(8) that fixes AUTH retry | schmonz | 1 | -2/+2 |
2020-11-02 | qmail MESSAGE went away; point to its README.tls where I meant to. | schmonz | 1 | -1/+1 |
2020-10-05 | If any of our several rcvars aren't YES, that's fine: don't exit | schmonz | 2 | -4/+11 |
2020-05-19 | Explicitly ulimit qmailsend. Bump PKGREVISION. | schmonz | 1 | -1/+3 |
2019-08-20 | Drop -4 from qmailqread, no longer needed by ucspi-tcp6. Bump version. | schmonz | 1 | -2/+2 |
2019-04-14 | Check case-insensitively whether recipient is exempt from greylisting. | schmonz | 2 | -5/+5 |
2019-03-21 | Defer SSL_UID and SSL_GID to qmailfoo_enable_tls(). Listen on ":0", | schmonz | 3 | -9/+15 |
2019-01-18 | To override sslserver's default cipher list, set qmailfoo_tls_ciphers. | schmonz | 3 | -17/+29 |
2019-01-07 | Use RCD_SCRIPTS_DIR in MESSAGE and README.pkgsrc, and SUBST_VARS the latter. | schmonz | 1 | -13/+13 |
2018-12-30 | Require latest acceptutils and rejectutils. While here, remove ancient | schmonz | 1 | -5/+1 |
2018-12-16 | rc.d scripts: | schmonz | 5 | -44/+44 |
2018-12-15 | Fix previous: required_files the tcprules, not the cdb (which gets | schmonz | 4 | -8/+8 |
2018-12-14 | K&R-style braces in rc.d scripts. NFCI. | schmonz | 6 | -70/+38 |
2018-12-14 | Extract most of MESSAGE to README.pkgsrc. (MESSAGE was getting too long.) | schmonz | 8 | -30/+119 |
2018-12-12 | Make sure ${VARBASE}/run exists before creating the qmail-send pidfile. | schmonz | 1 | -1/+2 |
2018-12-11 | Add SPF checks via qmail-spp-spf (new dependency): | schmonz | 9 | -24/+25 |
2018-12-04 | qmail will not start (under qmail-run or otherwise) without a few basic | schmonz | 1 | -3/+3 |
2018-11-28 | Sort rc.conf defaults to match the order in which they're used. | schmonz | 4 | -18/+18 |
2018-11-28 | Install control/ofmipfilters containing qmail-qfilter-addtlsheader, a | schmonz | 7 | -15/+30 |
2018-11-24 | Bump version and acceptutils dependency for authup regression fix. | schmonz | 1 | -1/+1 |
2018-11-24 | Bump dependency on qmail-acceptutils for new STARTTLS behavior, and | schmonz | 1 | -1/+4 |
2018-11-14 | On second thought, greylisting isn't a sensible default. Comment it out | schmonz | 5 | -3/+9 |
2018-11-13 | Enable greylisting by default via mail/greylisting-spp. To make this a | schmonz | 5 | -5/+45 |
2018-11-10 | Bump dependency on qmail for SPP support and on rejectutils for an | schmonz | 2 | -1/+18 |
2018-11-08 | Bump acceptutils dependency to get STARTTLS support in fixsmtpio(8) | schmonz | 6 | -26/+100 |
2018-11-03 | When tagging log entries, insert "/" between "nbqmail" and the rest of | schmonz | 5 | -12/+12 |
2018-10-28 | Point to where servercert.pem actually is. While here, use the regularly | schmonz | 2 | -7/+11 |
2018-10-28 | Update to 20181028. Changes: | schmonz | 4 | -13/+16 |
2018-10-27 | Update to 20181027. Changes: | schmonz | 5 | -21/+12 |
2018-10-24 | Add ofmipd-with-user-cdb, a wrapper to let ofmipd users control their | schmonz | 1 | -0/+16 |
2018-10-24 | Remove dependency on mess822, the "sasl" and "tls" options, and their | schmonz | 13 | -17/+78 |
2018-09-10 | Add scripts to wrap spamc and rspamc, suitable for use in .qmail files | schmonz | 2 | -0/+12 |
2018-08-01 | Depend on pkgtools/pkg_alternatives and a new enough mail/qmail to rely | schmonz | 2 | -4/+4 |
2018-07-29 | Detect the checkpassword program of the installed qmail, so we can refer | schmonz | 2 | -4/+4 |
2017-08-05 | procname isn't defined in time for logcmd. Bump PKGREVISION. | schmonz | 4 | -8/+8 |
2017-08-05 | Fix "reload" and "hup" (broken in 20170729). | schmonz | 6 | -25/+25 |
2017-08-04 | If there's more than one qmail-send running (e.g., /var/qmail2 running | schmonz | 1 | -4/+18 |
2017-07-30 | pkgsrc changes: | schmonz | 2 | -20/+48 |
2017-07-21 | Update to 20170720. pkgsrc changes: | schmonz | 2 | -67/+2 |
2017-06-23 | Catch up to djbdns-run: | schmonz | 3 | -18/+24 |
2017-06-17 | Increase default {ofmip,pop3,smtp}d softlimits by about 20 percent, | schmonz | 6 | -36/+43 |
2017-05-31 | Add dependency on qmail-qfilter. Deprecate qmail-qfilter-queue in favor | schmonz | 1 | -22/+52 |
2017-04-11 | If qmailqread runs on a custom host and port, have qmail-qread-client | schmonz | 1 | -2/+10 |
2017-04-10 | Wrap (or shorten) long lines. Parameterize some qmailqread config to | schmonz | 5 | -21/+61 |
2017-04-09 | Add "qmail-run-ofmipd" option that controls the dependency on | schmonz | 3 | -6/+9 |
2017-04-04 | Substitute configured qmail users in rc.d scripts. Un-hardcode some | schmonz | 4 | -11/+11 |
2017-01-09 | Update to 20170109. pkgsrc changes: | schmonz | 5 | -5/+121 |
2015-11-25 | Remove mk/find-prefix.mk usage from the mail category. | jperkin | 8 | -34/+34 |
2014-12-06 | Placate pkglint by abolishing LOCALBASE (no functional change | schmonz | 8 | -34/+34 |