stalwart: exposes the http management panel now for encryption
Also added a LLDAP attribute
This commit is contained in:
parent
c06d0844cd
commit
d95717941d
3 changed files with 29 additions and 8 deletions
|
@ -7,7 +7,13 @@
|
|||
|
||||
mine.shared.meta.stalwart = {
|
||||
name = "Stalwart Mail";
|
||||
description = "We host our own mailserver, which can be reached on ${config.mine.shared.settings.mail.domain} with your LDAP username and password.";
|
||||
description = ''
|
||||
We host our own mailserver, which can be reached on ${config.mine.shared.settings.mail.domain} with your LDAP username and password.
|
||||
From here encryption-at-rest can be setup with either OpenPGP or S/MIME. Keep in mind, Change Password, Two-factor Auth and App Passwords
|
||||
do not work, as we are using LDAP for authentication instead.
|
||||
'';
|
||||
|
||||
url = "https://${config.mine.shared.settings.mail.domain}";
|
||||
|
||||
package = let
|
||||
pkg = config.services.stalwart-mail.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue