Skip to content

Commit 3a2252c

Browse files
authored
Merge pull request #18 from CodeShellDev/dev
v1.2.3
2 parents 5eb5f61 + 00d95a4 commit 3a2252c

19 files changed

Lines changed: 695 additions & 272 deletions

examples/defaults.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ PREFIX=/
1313
# Supports glob-like patterns separated by a comma.
1414
# (See https://github.com/micromatch/micromatch#matching-features)
1515
# Example: domain.com,example.*,*.com
16-
ALLOWED_EMAIL_DOMAINS=*
16+
VALID_EMAIL_DOMAINS=*
17+
18+
# Allow non-admins to create mailboxes
19+
ALLOW_USER_MAILBOX_CREATION=true

0 commit comments

Comments
 (0)