|
@@ -27,6 +27,9 @@ OTHER_ALIAS_DOMAINS=["domain1.com", "domain2.com"]
|
|
# domains that can be used to create aliases. If set, override OTHER_ALIAS_DOMAINS
|
|
# domains that can be used to create aliases. If set, override OTHER_ALIAS_DOMAINS
|
|
ALIAS_DOMAINS=["domain1.com", "domain2.com"]
|
|
ALIAS_DOMAINS=["domain1.com", "domain2.com"]
|
|
|
|
|
|
|
|
+# (optional) domains that are only available to premium accounts
|
|
|
|
+PREMIUM_ALIAS_DOMAINS=["premium.com"]
|
|
|
|
+
|
|
# the alias domain used when creating the first alias for user, default to EMAIL_DOMAIN if not set
|
|
# the alias domain used when creating the first alias for user, default to EMAIL_DOMAIN if not set
|
|
# FIRST_ALIAS_DOMAIN = another-domain.com
|
|
# FIRST_ALIAS_DOMAIN = another-domain.com
|
|
|
|
|