mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Clarify access to port 25 is needed for local email delivery.
This commit is contained in:
committed by
Alex Vandiver
parent
2e16e27265
commit
e9f0ef4c15
@@ -26,8 +26,8 @@ There are two ways to configure Zulip's email gateway:
|
||||
The local delivery configuration is preferred for production because
|
||||
it supports nicer looking email addresses and has no cron delay. The
|
||||
polling option is convenient for testing/developing this feature
|
||||
because it doesn't require a public IP address or setting up MX
|
||||
records in DNS.
|
||||
because it doesn't require a public IP address, setting up MX
|
||||
records in DNS, or adjusting firewalls.
|
||||
|
||||
:::{note}
|
||||
Incoming emails are rate-limited, with the following limits:
|
||||
@@ -62,6 +62,10 @@ using an [HTTP reverse proxy][reverse-proxy]).
|
||||
1 hostname.example.com
|
||||
```
|
||||
|
||||
1. If you have a network firewall enabled, configure it to allow incoming access
|
||||
to port 25 on the Zulip server from the public internet. Other mail servers
|
||||
will need to use it to deliver emails to Zulip.
|
||||
|
||||
1. Log in to your Zulip server; the remaining steps all happen there.
|
||||
|
||||
1. Add `, zulip::postfix_localmail` to `puppet_classes` in
|
||||
|
Reference in New Issue
Block a user