summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Bergman2012-09-24 08:47:38 +0200
committerJimmy Bergman2012-09-24 08:47:38 +0200
commit9ec9098a35749eefe249a7eaf5d0dd3bb40b68b3 (patch)
tree2cabfe9c35cb6283816066921edbbcd64b472cca
parente61137c1d2fc50b52951a995de516b35fd977ffb (diff)
downloadmailman-9ec9098a35749eefe249a7eaf5d0dd3bb40b68b3.tar.gz
mailman-9ec9098a35749eefe249a7eaf5d0dd3bb40b68b3.tar.zst
mailman-9ec9098a35749eefe249a7eaf5d0dd3bb40b68b3.zip
-rw-r--r--src/mailman/docs/MTA.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/MTA.rst b/src/mailman/docs/MTA.rst
index 940668c36..7d5abc4e1 100644
--- a/src/mailman/docs/MTA.rst
+++ b/src/mailman/docs/MTA.rst
@@ -111,6 +111,11 @@ allows Postfix to properly reject all messages destined for non-existent local
users. Setting `relay_domains` means postfix will start to accept mails for
newly added domains even if they are not part of `mydestination`.
+Notice that if you are not using virtual domains, then `relay_domains` isn't
+strictly needed (but it is harmless). All you need to do in this scenario
+is to make sure that postfix accepts mails for your one domain, normally
+by including it in `mydestination`.
+
Postfix documentation
---------------------