Stalwart: Difference between revisions
→Configuration: Adding DNS records |
Setup add admin user |
||
Line 5: | Line 5: | ||
"stalwart/mail-pw1".text = "foobar"; | "stalwart/mail-pw1".text = "foobar"; | ||
"stalwart/mail-pw2".text = "foobar"; | "stalwart/mail-pw2".text = "foobar"; | ||
"stalwart/admin-pw".text = "foobar"; | |||
"stalwart/acme-secret".text = "secret123"; | "stalwart/acme-secret".text = "secret123"; | ||
}; | }; | ||
Line 68: | Line 69: | ||
principals = [ | principals = [ | ||
{ | { | ||
class = " | class = "individual"; | ||
name = "User 1"; | name = "User 1"; | ||
secret = "%{file:/etc/stalwart/mail-pw1}%"; | secret = "%{file:/etc/stalwart/mail-pw1}%"; | ||
Line 80: | Line 81: | ||
} | } | ||
]; | ]; | ||
}; | |||
authentication.fallback-admin = { | |||
user = "admin"; | |||
secret = "%{file:/etc/stalwart/admin-pw}%"; | |||
}; | }; | ||
}; | }; |