summaryrefslogtreecommitdiff
path: root/mail/qsmtp
AgeCommit message (Collapse)AuthorFilesLines
2022-05-14Solarish needs __EXTENSIONS__.schmonz1-1/+3
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-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-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2020-10-10Update to 0.38. From the changelog:schmonz10-182/+12
- many portability fixes for BSD like systems - Qremote: allow the SSL key to be stored independent of the certificate
2020-07-04Skip building and installing API docs with Doxygen, as suggestedschmonz4-241/+33
by the author. Bump PKGREVISION.
2020-03-06Avoid conflicting implicit definition of htonl() on NetBSD.schmonz2-1/+16
2020-02-03Specify TEST_TARGET.schmonz1-1/+3
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2020-01-12Fix build on NetBSD current.joerg7-4/+111
2020-01-08Define ALLOW_INSECURE_BZERO=ON only on Darwin, says the author. Rideschmonz1-2/+2
recent import.
2020-01-07Initial import of Qsmtp, a drop-in replacement for qmail-smtpd andschmonz5-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>