aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2020-01-11 21:50:45 +0000
committerRomain Tartière <romain@FreeBSD.org>2020-01-11 21:50:45 +0000
commit4071e3e5be33d1af04fa8373ba59ad899a7ffab4 (patch)
tree0ea03709aa42918ef09d5d6094c9028db3ef74f5 /mail/Makefile
parent2ac008519138b733a4b64aa77b9a0e90252f792c (diff)
New port: mail/py-postfix-mta-sts-resolver
Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy. Current support of RFC8461 is limited - daemon lacks some minor features: - Proactive policy fetch - Fetch error reporting - Fetch ratelimit (but actual fetch rate partially restricted with cache_grace config option). Server has configurable cache backend which allows to store cached STS policies in memory (internal), file (sqlite) or in Redis database (redis). WWW: https://pypi.python.org/pypi/postfix-mta-sts-resolver
Notes
Notes: svn path=/head/; revision=522713
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index bef835a23804..166c09760eeb 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -514,6 +514,7 @@
SUBDIR += py-managesieve3
SUBDIR += py-milter
SUBDIR += py-notmuch
+ SUBDIR += py-postfix-mta-sts-resolver
SUBDIR += py-ppolicy
SUBDIR += py-premailer
SUBDIR += py-pymailq