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;
certificateScheme = 3;
certificateScheme = 1;
certificateFile = "/var/lib/acme/balsoft.ru/fullchain.pem";
keyFile = "/var/lib/acme/balsoft.ru/key.pem";
enableImap = true;
enableImapSsl = true;
virusScanning = false;

View File

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