From 72340afbfac41bc2abd209ecffafefcb702ba266 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Wed, 4 Mar 2026 02:43:11 +0200 Subject: [PATCH] enable mail tlsrpt --- config/mail/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/mail/default.nix b/config/mail/default.nix index b1e3bab..207e19e 100644 --- a/config/mail/default.nix +++ b/config/mail/default.nix @@ -15,14 +15,15 @@ in { stateVersion = 3; fqdn = domainFqdn; domains = [domainFqdn]; - - virusScanning = true; - systemDomain = domainFqdn; systemName = domainFqdn; + systemContact = "postmaster@${domainFqdn}"; dmarcReporting.enable = true; + tlsrpt.enable = true; + fullTextSearch.enable = true; + virusScanning = true; mailboxes = { Archive = { @@ -55,6 +56,7 @@ in { "rua@${domainFqdn}" "ruf@${domainFqdn}" "caa@${domainFqdn}" + "tls@${domainFqdn}" ]; }; "root@${domainFqdn}" = {