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";
|
||||
useFsLayout = false;
|
||||
certificateScheme = 1;
|
||||
certificateScheme = "manual";
|
||||
certificateFile = certFile;
|
||||
keyFile = keyFile;
|
||||
dkimKeyDirectory = "${config.chvp.dataPrefix}/var/dkim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue