Dspent001@cs.com wrote:
>
> I am testing out a list that I have created....
>
> I subscribed myself and few others and then sent a message to the list. It
> did not go out, but I (moderator/owner) got this message back from majordomo
>
> MAJORDOMO ABORT (mj_resend)!!
>
> shlock: '/usr/tmp' does not exist
>
> Please tell me how to fix this.
>
> Thanks
You could `mkdir /usr/tmp` or you could edit
your majordomo.cf file so it does not try to
put files in a directory that does not exist.
$TMPDIR=$ENV{'TMPDIR'} || "/usr/tmp";
Dan Liston
References:
|
|