Skip to content
Merged
5 changes: 4 additions & 1 deletion examples/defaults.env
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,4 +13,7 @@ PREFIX=/
# Supports glob-like patterns separated by a comma.
# (See https://github.com/micromatch/micromatch#matching-features)
# Example: domain.com,example.*,*.com
ALLOWED_EMAIL_DOMAINS=*
VALID_EMAIL_DOMAINS=*

# Allow non-admins to create mailboxes
ALLOW_USER_MAILBOX_CREATION=true
Loading
Loading