hosts/remilia: update nginx config

This commit is contained in:
2022-11-23 00:11:33 +05:30
parent b305a2ea68
commit ba36e86aec
2 changed files with 34 additions and 57 deletions

View File

@@ -6,15 +6,13 @@
sendingFqdn = fqdn;
domains = singleton "weirdnatto.in";
certificateDomains = singleton "mail.weirdnatto.in";
certificateScheme = 2;
certificateScheme = 3;
loginAccounts = {
"natto@weirdnatto.in" = {
hashedPasswordFile = "/var/secrets/natto@weirdnatto.in.key";
aliases = [ "@weirdnatto.in" ];
};
"masti@weirdnatto.in" = {
hashedPasswordFile = "/var/secrets/masti@weirdnatto.in.key";
aliases = [ "@weirdnatto.in" ];
};
};
enablePop3 = false;