Created attachment 260971 [details] Add TLSRPT option to mail/postfix-current Hi, Can we add a TLSRPT option to mail/postfix and mail/postfix-devel please? It optionally enables linking against lib tlsrpt (mail/libtlsrpt) -- default off. This is part of enabling RFC 8640 reporting from postfix, and depends on a new mail/py-tlsrpt-reporter port (PR: 285012) for gathering and summarising the required data.
Created attachment 260972 [details] Add TLSRPT option to mail/postfix
(In reply to Matthew Seaman from comment #0) * mail/postfix and mail/postfix-current
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=eac69363a7f69d4a3b266d4c2ae7c6a89da0c53e commit eac69363a7f69d4a3b266d4c2ae7c6a89da0c53e Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2025-06-10 13:10:41 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2025-06-10 13:10:41 +0000 mail/postfix: Add TLSRPT support Add option to enable TLSRPT functionality. PR: 287297 mail/postfix/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4af0887ef624b391d40f028dd3649d9d997f88b commit e4af0887ef624b391d40f028dd3649d9d997f88b Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2025-06-10 13:13:54 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2025-06-10 13:15:01 +0000 mail/postfix-current: Update to 3.11-20250606 and add TLSRPT support - Update to 3.11-20250606 - Add option to enable TLSRPT functionality Co-authored by: Matthew Seaman <matthew@FreeBSD.org> PR: 287297 mail/postfix-current/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
Committed, thanks.