stalwart: exposes the http management panel now for encryption

Also added a LLDAP attribute
This commit is contained in:
eyjhb 2025-05-31 20:43:12 +02:00
parent c06d0844cd
commit d95717941d
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 29 additions and 8 deletions

View file

@ -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;