Home | FAQ | Manual | Ezmlm Manual Pages | Qmail Manual Pages | Readme | Upgrade | Downgrade

Using the same moderators for multiple lists - ezmlm-idx FAQ

Next: , Previous: Finding out how many messages are waiting for moderation, Up: Remote administration


13.10 Using the same moderators for multiple lists

Set up a moderator dir:

     % mkdir /path/moddir /path/moddir/subscribers
     % touch /path/moddir/lock
     % chown -R user /path/moddir

For alias:

     # chown -R alias /path/moddir

For example:

     % mkdir ~joe/mods ~joe/mods/subscribers
     % touch ~joe/mods/lock

Then for the lists, put /path/moddir into DIR/modsub (for moderation of subscribes), DIR/remote (for remote admin if DIR/modsub does not exist), and DIR/modpost (for moderation of messages).

For example:

     % echo "/home/joe/mods" > ~joe/DIR/modsub

NOTE: The path must start with a ‘/’.