Update mailserver certificate scheme to string type
This commit is contained in:
parent
c82949520c
commit
99669ce815
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
||||||
};
|
};
|
||||||
mailDirectory = "${config.chvp.dataPrefix}/var/vmail";
|
mailDirectory = "${config.chvp.dataPrefix}/var/vmail";
|
||||||
useFsLayout = false;
|
useFsLayout = false;
|
||||||
certificateScheme = 1;
|
certificateScheme = "manual";
|
||||||
certificateFile = certFile;
|
certificateFile = certFile;
|
||||||
keyFile = keyFile;
|
keyFile = keyFile;
|
||||||
dkimKeyDirectory = "${config.chvp.dataPrefix}/var/dkim";
|
dkimKeyDirectory = "${config.chvp.dataPrefix}/var/dkim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue