enable pop3

This commit is contained in:
Jörg Thalheim 2024-06-10 12:05:16 +02:00
parent 6593b52d04
commit ac170ab190

View File

@ -21,10 +21,11 @@ let
};
in
{
mailserver = rec {
mailserver = {
enable = true;
fqdn = "mail.clan.lol";
domains = [ "clan.lol" ];
enablePop3 = true;
loginAccounts."golem@clan.lol".hashedPasswordFile =
config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path;