ports/mail/py-postfix-mta-sts-resolver/pkg-descr
Romain Tartière 4071e3e5be 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
2020-01-11 21:50:45 +00:00

12 lines
535 B
Text

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