From 793e4026fc7a041b577d0fce8f8c12b8eb61f7ad Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 11 May 2023 11:23:02 +1200 Subject: [PATCH] chore(main.cf): Add note advising caution changing `mydestination` (#3316) Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Casper --- target/postfix/main.cf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/postfix/main.cf b/target/postfix/main.cf index 4827c47c..518ad326 100644 --- a/target/postfix/main.cf +++ b/target/postfix/main.cf @@ -9,6 +9,9 @@ readme_directory = no # myhostname = alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases +# Take the following concerns into consideration if adjusting `mydestination`: +# https://github.com/docker-mailserver/docker-mailserver/pull/3264#pullrequestreview-1396816109 +# https://github.com/docker-mailserver/docker-mailserver/pull/3264#issuecomment-1518993555 mydestination = $myhostname, localhost.$mydomain, localhost relayhost = mynetworks = 127.0.0.0/8 [::1]/128 [fe80::]/64