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 in
{ {
mailserver = rec { mailserver = {
enable = true; enable = true;
fqdn = "mail.clan.lol"; fqdn = "mail.clan.lol";
domains = [ "clan.lol" ]; domains = [ "clan.lol" ];
enablePop3 = true;
loginAccounts."golem@clan.lol".hashedPasswordFile = loginAccounts."golem@clan.lol".hashedPasswordFile =
config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path; config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path;