Skip to content

Commit b049777

Browse files
committed
README: Document how to set up the incoming email server.
Fixes: #237.
1 parent af07d3e commit b049777

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@ lists of IP addresses or CIDR ranges.
224224

225225
[smokescreen]: https://zulip.readthedocs.io/en/latest/production/deployment.html#customizing-the-outgoing-http-proxy
226226

227+
**Incoming email**: The Docker image exposes port 25, which is already
228+
configured with Zulip's incoming email server. To use it, publish
229+
port 25 of the Docker container, set `SETTING_EMAIL_GATEWAY_PATTERN`,
230+
and add an MX record to your DNS configuration pointing to the Docker
231+
container's public hostname (or wherever you chose to publicly expose
232+
its port 25).
233+
227234
### Manual configuration
228235

229236
The way the environment variables configuration process described in

0 commit comments

Comments
 (0)