comparison README @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents 0e403f9320ac
children fdc57c9e5f56
comparison
equal deleted inserted replaced
747:fd77dd58bde1 748:dfc9ab125fd4
28 and do: 28 and do:
29 29
30 $ ./configure && make && make install 30 $ ./configure && make && make install
31 31
32 If you want to filter multipart/mime messages, pass the option 32 If you want to filter multipart/mime messages, pass the option
33 --enable-recieve-strip to configure, and take a look at 33 --enable-receive-strip to configure, and take a look at
34 contrib/recievestrip/README. 34 contrib/receivestrip/README.
35 35
36 1) Configure a recipient delimiter. The default is to use '+', and in 36 1) Configure a recipient delimiter. The default is to use '+', and in
37 Postfix it's done by adding 37 Postfix it's done by adding
38 38
39 recipient_delimiter = + 39 recipient_delimiter = +
81 files as nobody:nogroup or nobody:nobody 81 files as nobody:nogroup or nobody:nobody
82 82
83 3) Make the changes to your mailserver aliases that came as output from 83 3) Make the changes to your mailserver aliases that came as output from
84 mlmmj-make-ml.sh. Following the example above they will look like this: 84 mlmmj-make-ml.sh. Following the example above they will look like this:
85 85
86 mlmmj-test: "|/usr/bin/mlmmj-recieve -L /var/spool/mlmmj/mlmmj-test" 86 mlmmj-test: "|/usr/bin/mlmmj-receive -L /var/spool/mlmmj/mlmmj-test"
87 87
88 NOTE: Don't forget newaliases. 88 NOTE: Don't forget newaliases.
89 89
90 4) Start mlmmj-maintd (remember full path when starting it!) or add it to 90 4) Start mlmmj-maintd (remember full path when starting it!) or add it to
91 crontab with -F switch. The recommended way for now is to run it via cron: 91 crontab with -F switch. The recommended way for now is to run it via cron: