comparison README @ 752:c02582939bbc

Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand)
author Ben Schmidt
date Wed, 06 Oct 2010 10:12:23 +1100
parents ca8ddad585ef
children 39881695c4cf
comparison
equal deleted inserted replaced
751:ca8ddad585ef 752:c02582939bbc
101 run to listdir/mlmmj-maintd.lastrun.log. 101 run to listdir/mlmmj-maintd.lastrun.log.
102 102
103 If you have several lists below /var/spool/mlmmj you can use -d: 103 If you have several lists below /var/spool/mlmmj you can use -d:
104 /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj 104 /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj
105 105
106 If you have lists more deeply nested below /var/spool/mlmmj, use
107 something like:
108 find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \
109 /usr/bin/mlmmj-maintd -F -d {} \;
110
106 That's it! You probably want to go through the next steps too. 111 That's it! You probably want to go through the next steps too.
107 112
108 5) Subscribe some people 113 5) Subscribe some people
109 114
110 /usr/bin/mlmmj-sub -L /var/spool/mlmmj/mlmmj-test/ -a joe@domain.tld 115 /usr/bin/mlmmj-sub -L /var/spool/mlmmj/mlmmj-test/ -a joe@domain.tld
137 Tunables in include/mlmmj.h: 142 Tunables in include/mlmmj.h:
138 · There's some time intervals for how mlmmj-maintd operates. I've choosen 143 · There's some time intervals for how mlmmj-maintd operates. I've choosen
139 non-strict defaults, so depending on your BOFH rate you might want to tweak. 144 non-strict defaults, so depending on your BOFH rate you might want to tweak.
140 The defaults should be good for most people though. 145 The defaults should be good for most people though.
141 146
142 Have a fun! 147 Have fun!
143 148
144 Mads Martin Joergensen <mmj at mmj dot dk> 149 Mads Martin Joergensen <mmj at mmj dot dk>
145 Morten K. Poulsen <morten at afdelingp dot dk> 150 Morten K. Poulsen <morten at afdelingp dot dk>