We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af07d3e commit b049777Copy full SHA for b049777
README.md
@@ -224,6 +224,13 @@ lists of IP addresses or CIDR ranges.
224
225
[smokescreen]: https://zulip.readthedocs.io/en/latest/production/deployment.html#customizing-the-outgoing-http-proxy
226
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
+
234
### Manual configuration
235
236
The way the environment variables configuration process described in
0 commit comments