Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-14 | Solarish needs __EXTENSIONS__. | schmonz | 1 | -1/+3 | |
2021-10-26 | mail: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch | |||||
2021-10-07 | mail: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2020-10-10 | Update to 0.38. From the changelog: | schmonz | 10 | -182/+12 | |
- many portability fixes for BSD like systems - Qremote: allow the SSL key to be stored independent of the certificate | |||||
2020-07-04 | Skip building and installing API docs with Doxygen, as suggested | schmonz | 4 | -241/+33 | |
by the author. Bump PKGREVISION. | |||||
2020-03-06 | Avoid conflicting implicit definition of htonl() on NetBSD. | schmonz | 2 | -1/+16 | |
2020-02-03 | Specify TEST_TARGET. | schmonz | 1 | -1/+3 | |
2020-01-18 | *: Recursive revision bump for openssl 1.1.1. | jperkin | 1 | -1/+2 | |
2020-01-12 | Fix build on NetBSD current. | joerg | 7 | -4/+111 | |
2020-01-08 | Define ALLOW_INSECURE_BZERO=ON only on Darwin, says the author. Ride | schmonz | 1 | -2/+2 | |
recent import. | |||||
2020-01-07 | Initial import of Qsmtp, a drop-in replacement for qmail-smtpd and | schmonz | 5 | -0/+308 | |
qmail-remote. The benefits: - Fast and small: written in plain C - IPv6 clean - Many antispam modules included, e.g. SPF, IP blacklists, domain blacklists, badmailfrom, helo filtering - Easy API to add your own spamfilters - For vpopmail hosts: does not create bounces for non-existing users - Tested: includes unit tests, nightly checks available at <http://my.cdash.org/index.php?project=Qsmtp> |