nixbld: enable POP3

force-ssl-main-website
Sebastien Bourdeauducq 2022-12-25 11:07:02 +08:00
parent 3b224c56aa
commit ea0b7d6dc7
1 changed files with 2 additions and 0 deletions

View File

@ -897,6 +897,8 @@ in
localDnsResolver = false; # conflicts with dnsmasq
fqdn = "mail.m-labs.hk";
domains = [ "m-labs.hk" ];
enablePop3 = true;
enablePop3Ssl = true;
certificateScheme = 3;
} // (import /etc/nixos/secret/email_settings.nix);
services.roundcube = {