mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
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
12 lines
535 B
Text
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
|