Fix mailserver
This commit is contained in:
parent
89e7ee5166
commit
db0e4109fb
@ -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;
|
||||
|
@ -9,6 +9,7 @@
|
||||
};
|
||||
in {
|
||||
"balsoft.ru" = {
|
||||
default = true;
|
||||
locations."/" = {
|
||||
root = "/var/lib/balsoft.ru";
|
||||
index = "index.txt";
|
||||
|
Loading…
Reference in New Issue
Block a user