diff options
| author | Abhilash Raj | 2017-04-04 16:34:08 -0700 |
|---|---|---|
| committer | Abhilash Raj | 2017-04-10 03:45:51 -0700 |
| commit | 6e114c49f0e6766e89b8f16d8acc602af55e0cfe (patch) | |
| tree | e6c74292e6a82a66b116828a0521a1959eda182e /src/mailman/docs | |
| parent | 46ff6fda070ac5a0c71308886eee0e68af977b07 (diff) | |
| download | mailman-6e114c49f0e6766e89b8f16d8acc602af55e0cfe.tar.gz mailman-6e114c49f0e6766e89b8f16d8acc602af55e0cfe.tar.zst mailman-6e114c49f0e6766e89b8f16d8acc602af55e0cfe.zip | |
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/mta.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mailman/docs/mta.rst b/src/mailman/docs/mta.rst index 2a7f3d6d9..93f653145 100644 --- 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 --------------- |
