From 641746a0f58173afb01d31306567cbdca2e28fd1 Mon Sep 17 00:00:00 2001 From: FL42 <46161216+fl42@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:58:06 +0100 Subject: [PATCH] Mention that RELAY_HOST needs to be set even in advanced mode --- docs/content/advanced/mail-forwarding/relay-hosts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/advanced/mail-forwarding/relay-hosts.md b/docs/content/advanced/mail-forwarding/relay-hosts.md index 73b6f339..3df5c873 100644 --- a/docs/content/advanced/mail-forwarding/relay-hosts.md +++ b/docs/content/advanced/mail-forwarding/relay-hosts.md @@ -53,6 +53,7 @@ An example configuration file looks like this: ``` Combined with the previous configuration in `config/postfix-sasl-password.cf`, this will cause Postfix to deliver mail sent from domain1.com via `relay1.org:587`, authenticating as `relay_user_1`, and mail sent from domain2.com via `relay2.org:2525` authenticating as `relay_user_2`. +Note: You still have to define RELAY_HOST to activate the feature ## Excluding Sender Domains