feat: add docfast.dev to openldap and mail

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-16 19:01:12 +01:00
parent 7763b90d3f
commit 473273146d
2 changed files with 64 additions and 14 deletions

View file

@ -55,6 +55,10 @@ let
doveadm user *@scana11y.com | while read user; do
doveadm -v sync -u $user $SERVER
done
doveadm user *@docfast.dev | while read user; do
doveadm -v sync -u $user $SERVER
done
'';
quotaWarning = pkgs.writeShellScriptBin "quota-warning.sh" ''
@ -250,7 +254,7 @@ in
};
users.groups.acme.members = [ "openldap" ];
/* trigger the actual certificate generation for your hostname */
security.acme.certs."imap.${domain}" = {
extraDomainNames = [