enable mail tlsrpt
All checks were successful
/ deploy (push) Successful in 34s

This commit is contained in:
toufic ar 2026-03-04 02:43:11 +02:00
parent 9d37e97f5d
commit 72340afbfa
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -15,14 +15,15 @@ in {
stateVersion = 3; stateVersion = 3;
fqdn = domainFqdn; fqdn = domainFqdn;
domains = [domainFqdn]; domains = [domainFqdn];
virusScanning = true;
systemDomain = domainFqdn; systemDomain = domainFqdn;
systemName = domainFqdn; systemName = domainFqdn;
systemContact = "postmaster@${domainFqdn}";
dmarcReporting.enable = true; dmarcReporting.enable = true;
tlsrpt.enable = true;
fullTextSearch.enable = true; fullTextSearch.enable = true;
virusScanning = true;
mailboxes = { mailboxes = {
Archive = { Archive = {
@ -55,6 +56,7 @@ in {
"rua@${domainFqdn}" "rua@${domainFqdn}"
"ruf@${domainFqdn}" "ruf@${domainFqdn}"
"caa@${domainFqdn}" "caa@${domainFqdn}"
"tls@${domainFqdn}"
]; ];
}; };
"root@${domainFqdn}" = { "root@${domainFqdn}" = {