mail: Add mailserver config

This commit is contained in:
Alexander Kobjolke 2021-07-17 18:15:17 +02:00
parent 2db87818f7
commit ad925391c9

View file

@ -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 # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave