mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- portlint/portfmt/portclippy happy. - Cosmetic change and fix some minor issues. - Add PostgreSQL backend support, and enable all backends. - Add support to output operation logs, and default to syslog via daemon(8). ChangeLogs: https://github.com/Snawoot/postfix-mta-sts-resolver/compare/v1.1.2...v1.4.0 Approved by: hrs (mentor)
12 lines
568 B
Text
12 lines
568 B
Text
Daemon which provides TLS client policy for Postfix via socketmap, according to
|
|
domain MTA-STS policy. Current support of RFC8461 is limited:
|
|
|
|
- MTA-STS policy overrides DANE TLS authentication against RFC 8461, 2.
|
|
- Daemon lacks some minor features:
|
|
- 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), Redis database (redis) or in PostgreSQL
|
|
database (postgres).
|