Next: Using different moderators for message and subscription moderation, Previous: Finding out how many messages are waiting for moderation, Up: Remote administration
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 ‘/’.