fix mailserver: evaluate without auth module

This commit is contained in:
Alexander Tomokhov
2025-01-25 01:08:41 +04:00
parent 0c7a8d51b0
commit d8d1a1e86f
4 changed files with 127 additions and 118 deletions

View File

@@ -51,7 +51,7 @@ let
destination = ldapVirtualMailboxMapFile;
};
in
lib.mkIf is-auth-enabled {
{
mailserver.ldap = {
postfix.mailAttribute = "mail";
postfix.uidAttribute = "uid";