Mike,
Using the archive feature of majordomo is just a matter of
setting your aliases correctly for what is already defined
in the majordomo.cf $filedir variable. If majordomo.cf has
$homedir = "/usr/lib/majordomo";
$listdir = "/var/lib/majordomo/lists";
$filedir = "$listdir";
$filedir_suffix = ".archive";
then your aliases for a list called test would look like this;
test: "|/usr/lib/majordomo/wrapper resend -l test test-outgoing,nobody"
test-owner: owner-test
owner-test: dliston,
test-outgoing: :include:/var/lib/majordomo/lists/test, test-archiver
test-archiver: "|/usr/lib/majordomo/wrapper archive2.pl -f /var/lib/majordomo/lists/test.archive/test -a -M"
test-approval: owner-test
test-request: "|/usr/lib/majordomo/wrapper majordomo -l test"
and finally, you have to make sure you have a directory named
/var/lib/majordomo/lists/test.archive
Dan Liston
> I know this may be a basic question but how can i set archives on a majordomo's mailing list? Thanks for help
References:
|
|