docs: Clarify --email installation option.

This commit is contained in:
Alya Abbott 2023-01-05 11:34:12 -08:00 committed by Tim Abbott
parent 17ee697e37
commit 358a0dda5b
1 changed files with 8 additions and 4 deletions

View File

@ -59,10 +59,14 @@ If the script gives an error, consult [Troubleshooting](#troubleshooting) below.
#### Installer options
- `--email=you@example.com`: The email address of the person or team
who should get support and error emails from this Zulip server.
This becomes `ZULIP_ADMINISTRATOR` ([docs][doc-settings]) in the
Zulip settings.
- `--email=you@example.com`: The email address for the person or team who
maintains the Zulip installation. Note that this is a public-facing email
address; it may appear on 404 pages, is used as the sender's address for many
automated emails, and is advertised as a support address. An email address
like support@example.com is totally reasonable, as is admin@example.com. Do
not put a display name; e.g. "support@example.com", not "Zulip Support
<support@example.com>". This becomes `ZULIP_ADMINISTRATOR`
([docs][doc-settings]) in the Zulip settings.
- `--hostname=zulip.example.com`: The user-accessible domain name for
this Zulip server, i.e., what users will type in their web browser.