Fix mailserver

This commit is contained in:
Alexander Bantyev 2020-07-28 13:39:11 +03:00
parent 89e7ee5166
commit db0e4109fb
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,9 @@ in {
}; };
}; };
localDnsResolver = false; localDnsResolver = false;
certificateScheme = 3; certificateScheme = 1;
certificateFile = "/var/lib/acme/balsoft.ru/fullchain.pem";
keyFile = "/var/lib/acme/balsoft.ru/key.pem";
enableImap = true; enableImap = true;
enableImapSsl = true; enableImapSsl = true;
virusScanning = false; virusScanning = false;

View File

@ -9,6 +9,7 @@
}; };
in { in {
"balsoft.ru" = { "balsoft.ru" = {
default = true;
locations."/" = { locations."/" = {
root = "/var/lib/balsoft.ru"; root = "/var/lib/balsoft.ru";
index = "index.txt"; index = "index.txt";