In the immortal words of Dave Wolfe:
> You need to be sure that the $filedir, $filedir_suffix, and
> @archive_dirs variables in your majordomo.cf file all agree. I'm
> assuming that:
Ah! That, in fact, was the problem.
> $filedir = "/usr/local/lib/majordomo/archives";
> $filedir_suffix = ".archive";
I had $filedir set to ="$listdir". Oops. :)
($listdir, obviously, was something different)
> @archive_dirs = < $filedir/*$filedir_suffix >;
> The latter setting will pick up any new archive directories, but the
> former must be updated to add each new archive directory.
This didn't seem to work, but since I'm only going to be administering
one list from this server, I'm not worried about that. :)
There was one additional problem: I had the mode of the archive
directory set to 0775, when it apparently needed to be 6775.
Many thanks!
-n
--
"When the going gets weird, the weird turn pro."
Nathan J. Mehl -- The Left Bank Operation
(work) nmehl@leftbank.com -- http://www.leftbank.com
(play) nmehl@blank.org -- http://ccat.sas.upenn.edu/nmehl/
Follow-Ups:
References:
|
|