hosts/remilia: update nginx config
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user