Stalwart: Difference between revisions
Add missing credential from credentials attribute set |
Fix credentials syntax |
||
| Line 15: | Line 15: | ||
openFirewall = true; | openFirewall = true; | ||
credentials = { | credentials = { | ||
mail-pw1 = /etc/stalwart/mail-pw1; | mail-pw1 = "/etc/stalwart/mail-pw1"; | ||
mail-pw2 = /etc/stalwart/mail-pw2; | mail-pw2 = "/etc/stalwart/mail-pw2"; | ||
acme-secret = /etc/stalwart/acme-secret; | acme-secret = "/etc/stalwart/acme-secret"; | ||
admin-pw = /etc/stalwart/admin-pw; | admin-pw = "/etc/stalwart/admin-pw"; | ||
}; | }; | ||
settings = { | settings = { | ||