phantom: 25.11
This commit is contained in:
parent
e16c00c29d
commit
173febf6ad
3 changed files with 17 additions and 32 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