flake: update 25.11
This commit is contained in:
parent
c6301c2f83
commit
d7229a0948
20 changed files with 53 additions and 67 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue