From 495a17873ff85abb67a4228b82c86addda2f78d1 Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 23 Jan 2020 09:17:40 +0100 Subject: [PATCH] add POSTFIX_SERVER config to .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 040bd6ed..28ce3e0e 100644 --- a/.env.example +++ b/.env.example @@ -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