add POSTFIX_SERVER config to .env.example

This commit is contained in:
Son NK 2020-01-23 09:17:40 +01:00
parent bae556f521
commit 495a17873f
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
# this option doesn't make sense in self-hosted. Set this variable to disable this option.
# DISABLE_ALIAS_SUFFIX=1
# If you want to use another MTA to send email, you could set the address of your MTA here
# By default, emails are sent using the the same Postfix server that receives emails
# POSTFIX_SERVER=my-postfix.com
# the DKIM private key used to compute DKIM-Signature
DKIM_PRIVATE_KEY_PATH=local_data/dkim.key