Abhilash Raj pushed to branch master at mailman / Mailman

Commits:
6e114c49 by Abhilash Raj at 2017-04-10T03:45:51-07:00
Fix the documentation to use Exim4 with Mailman3.

- - - - -
fae01f18 by Abhilash Raj at 2017-04-10T11:18:55+00:00
Merge branch 'exim-docs' into 'master'

Fix the documentation to use Exim4 with Mailman3.

Closes #315

See merge request !256
- - - - -


1 changed file:

- src/mailman/docs/mta.rst


Changes:

=====================================
src/mailman/docs/mta.rst
=====================================
--- a/src/mailman/docs/mta.rst
+++ b/src/mailman/docs/mta.rst
@@ -235,9 +235,9 @@ installation.
 
     MM3_LMTP_PORT=8024
 
-    # Assuming a typical source installation in /usr/local, with
-    # links to the Mailman bin directory and so on from MM3_HOME.
-    MM3_HOME=/usr/local/var/mailman
+    # MM3_HOME must be set to mailman's var directory, wherever it is
+    # according to your installation.
+    MM3_HOME=/opt/mailman/var
     MM3_UID=list
     MM3_GID=list
 
@@ -247,7 +247,7 @@ installation.
 
     # The path to the list receipt (used as the required file when
     # matching list addresses)
-    MM3_LISTCHK=MM3_HOME/lists/${local_part}@${domain}
+    MM3_LISTCHK=MM3_HOME/lists/${local_part}.${domain}
 
     # /etc/exim4/conf.d/router/455_mm3_router
     mailman3_router:
@@ -270,6 +270,7 @@ installation.
       allow_localhost
       hosts = localhost
       port = MM3_LMTP_PORT
+      rcpt_include_affixes = true
 
 Troubleshooting
 ---------------



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/46ff6fda070ac5a0c71308886eee0e68af977b07...fae01f189659b14a3dc882ebdb5a7d8c5ce9d028
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to