feat(mail): Added log file config
This commit is contained in:
parent
499d34119d
commit
e97003764a
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,7 @@ in {
|
|||
domain = "${domain}";
|
||||
};
|
||||
acme."letsencrypt" = {
|
||||
default = true;
|
||||
directory = "https://acme-v02.api.letsencrypt.org/directory";
|
||||
challenge = "dns-01";
|
||||
contact = "postmaster@${domain}";
|
||||
|
@ -91,6 +92,11 @@ in {
|
|||
ansi = false;
|
||||
enable = true;
|
||||
};
|
||||
tracer."journal" = {
|
||||
type = "journal";
|
||||
level = "info";
|
||||
enable = true;
|
||||
};
|
||||
authentication."fallback-admin" = {
|
||||
user = "admin";
|
||||
secret = "%{file:${config.sops.secrets."stalwart-mail/ADMIN_SECRET".path}}%";
|
||||
|
|
Loading…
Reference in a new issue