phantom: 25.11

This commit is contained in:
Leonardo Eugênio 2026-01-01 17:47:53 -03:00
parent e16c00c29d
commit 173febf6ad
3 changed files with 17 additions and 32 deletions

View file

@ -38,12 +38,14 @@
};
enableManageSieve = true;
stateVersion = 3;
};
# Prefer ipv4 and use main ipv6 to avoid reverse DNS issues
services.postfix.extraConfig = ''
smtp_address_preference = ipv4
'';
services.postfix.settings.main = {
smtp_address_preference = "ipv4";
};
# Webmail
services.roundcube = {