Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
ef7ddd41 by Mark Sapiro at 2020-04-30T14:25:37-07:00
For Postfix, Mailman settings should be added to existing settings.

- - - - -
daea7c45 by Mark Sapiro at 2020-04-30T21:38:31+00:00
Merge branch 'fix_doc' into 'master'

For Postfix, Mailman settings should be added to existing settings.

See merge request mailman/mailman!633
- - - - -


1 changed file:

- src/mailman/docs/mta.rst


Changes:

=====================================
src/mailman/docs/mta.rst
=====================================
@@ -160,7 +160,17 @@ Mailman's LMTP server, add the following to Postfix's 
``main.cf`` file::
         hash:/path-to-mailman/var/data/postfix_domains
 
 where ``path-to-mailman`` is replaced with the actual path that you're running
-Mailman from.  Setting ``local_recipient_maps`` as well as ``transport_maps``
+Mailman from.
+
+Note that in the above and also below, if your current ``main.cf`` contains
+settings for these items, including the default setting for
+``local_recipient_maps``, you should add the Mailman setting to the existing
+setting rather than replacing it.  For example::
+
+    local_recipient_maps = proxy:unix:passwd.byname $alias_maps
+        hash:/path-to-mailman/var/data/postfix_lmtp
+
+Setting ``local_recipient_maps`` as well as ``transport_maps``
 allows Postfix to properly reject all messages destined for non-existent local
 users.  Setting `relay_domains`_ means Postfix will start to accept mail for
 newly added domains even if they are not part of `mydestination`_.



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/1614aee43e60492e609f1159ddd7d8102abc252e...daea7c458cfe63900344e075e328a57c7b7d9926

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/1614aee43e60492e609f1159ddd7d8102abc252e...daea7c458cfe63900344e075e328a57c7b7d9926
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/

Reply via email to