]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Mention how recipient_delimiter is done in Exim
authormmj <none@none>
Thu, 24 Jun 2004 23:12:55 +0000 (09:12 +1000)
committermmj <none@none>
Thu, 24 Jun 2004 23:12:55 +0000 (09:12 +1000)
README

diff --git a/README b/README
index 76157c64cf139b93415f3445cce2053df2e59c57..1ccb39cd100cc34a09ac0598c1358af119ba4988 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,12 @@ To use mlmmj, do the following:
 
         recipient_delimiter = +
 
-    to /etc/postfix/main.cf.
+    to /etc/postfix/main.cf. In Exim it's done by adding
+
+        local_part_suffix = +*
+       local_part_suffix_optional
+
+    to the "userforward:" and the "localuser:" router in /etc/exim/exim.conf.
 
     There is a nice FAQ explaining here: http://faqs.org/faqs/mail/addressing/