2 parents 5eb5f61 + 00d95a4 commit 3a2252cCopy full SHA for 3a2252c
19 files changed
examples/defaults.env
@@ -13,4 +13,7 @@ PREFIX=/
13
# Supports glob-like patterns separated by a comma.
14
# (See https://github.com/micromatch/micromatch#matching-features)
15
# Example: domain.com,example.*,*.com
16
-ALLOWED_EMAIL_DOMAINS=*
+VALID_EMAIL_DOMAINS=*
17
+
18
+# Allow non-admins to create mailboxes
19
+ALLOW_USER_MAILBOX_CREATION=true
0 commit comments