File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ services:
59
59
# # Set this up if you plan to use your own CA certificate bundle for building
60
60
# CUSTOM_CA_CERTIFICATES:
61
61
ports :
62
+ - " 25:25"
62
63
- " 80:80"
63
64
- " 443:443"
64
65
environment :
@@ -88,6 +89,10 @@ services:
88
89
# # It seems that the email server needs to use ssl or tls and can't be used without it
89
90
SETTING_EMAIL_USE_SSL : " False"
90
91
SETTING_EMAIL_USE_TLS : " True"
92
+ # # Uncomment to enable the incoming email gateway. You will need to
93
+ # # ensure that email to emaildomain.example.com is routed to this host
94
+ # # (e.g. via MX record)
95
+ # SETTING_EMAIL_GATEWAY_PATTERN: "%[email protected] "
91
96
ZULIP_AUTH_BACKENDS : " EmailAuthBackend"
92
97
# # Uncomment this when configuring the mobile push notifications service
93
98
# SETTING_ZULIP_SERVICE_PUSH_NOTIFICATIONS: "True"
You can’t perform that action at this time.
0 commit comments