diff options
| author | Abhilash Raj | 2017-04-10 11:18:55 +0000 |
|---|---|---|
| committer | Abhilash Raj | 2017-04-10 11:18:55 +0000 |
| commit | fae01f189659b14a3dc882ebdb5a7d8c5ce9d028 (patch) | |
| tree | e6c74292e6a82a66b116828a0521a1959eda182e | |
| parent | 46ff6fda070ac5a0c71308886eee0e68af977b07 (diff) | |
| parent | 6e114c49f0e6766e89b8f16d8acc602af55e0cfe (diff) | |
| download | mailman-fae01f189659b14a3dc882ebdb5a7d8c5ce9d028.tar.gz mailman-fae01f189659b14a3dc882ebdb5a7d8c5ce9d028.tar.zst mailman-fae01f189659b14a3dc882ebdb5a7d8c5ce9d028.zip | |
| -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 --------------- |
