From 4071e3e5be33d1af04fa8373ba59ad899a7ffab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sat, 11 Jan 2020 21:50:45 +0000 Subject: 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 --- mail/py-postfix-mta-sts-resolver/files/patch-setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail/py-postfix-mta-sts-resolver/files/patch-setup.py (limited to 'mail/py-postfix-mta-sts-resolver/files/patch-setup.py') diff --git a/mail/py-postfix-mta-sts-resolver/files/patch-setup.py b/mail/py-postfix-mta-sts-resolver/files/patch-setup.py new file mode 100644 index 000000000000..6a8e808bd7b7 --- /dev/null +++ b/mail/py-postfix-mta-sts-resolver/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2020-01-11 21:21:32 UTC ++++ setup.py +@@ -23,7 +23,6 @@ setup(name='postfix_mta_sts_resolver', + 'aiodns>=1.1.1', + 'aiohttp>=3.4.4', + 'PyYAML>=3.12', +- 'sdnotify>=0.3.2', + ], + extras_require={ + 'sqlite': 'aiosqlite>=0.10.0', -- cgit v1.2.3