mail: Add mailserver config
This commit is contained in:
parent
2db87818f7
commit
ad925391c9
1 changed files with 14 additions and 0 deletions
|
|
@ -139,6 +139,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "thrall.failco.de";
|
||||
domains = [ "failco.de" ];
|
||||
|
||||
loginAccounts = {};
|
||||
|
||||
certificateScheme = 3;
|
||||
|
||||
enableImapSsl = true;
|
||||
enableManageSieve = true;
|
||||
virusScanning = true;
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue