Skip to content

Commit 63b494b

Browse files
committed
email_server: Open port 25 and document EMAIL_GATEWAY_PATTERN.
1 parent d42f8e3 commit 63b494b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ services:
5959
## Set this up if you plan to use your own CA certificate bundle for building
6060
# CUSTOM_CA_CERTIFICATES:
6161
ports:
62+
- "25:25"
6263
- "80:80"
6364
- "443:443"
6465
environment:
@@ -88,6 +89,10 @@ services:
8889
## It seems that the email server needs to use ssl or tls and can't be used without it
8990
SETTING_EMAIL_USE_SSL: "False"
9091
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]"
9196
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
9297
## Uncomment this when configuring the mobile push notifications service
9398
# SETTING_ZULIP_SERVICE_PUSH_NOTIFICATIONS: "True"

0 commit comments

Comments
 (0)