Skip SPF for mails originating from intl

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-08-20 10:59:27 +08:00
parent 4f48ea611a
commit 75035b387e
1 changed files with 1 additions and 0 deletions

View File

@ -1185,6 +1185,7 @@ in
enablePop3 = true;
enablePop3Ssl = true;
certificateScheme = "acme-nginx";
policydSPFExtraConfig = "skip_addresses = 5.78.86.156,2a01:4ff:1f0:83de::1";
} // (import /etc/nixos/secret/email_settings.nix);
services.roundcube = {
enable = true;