In message <m0qR2Qk-0000swC@magpie>, Steve Manes writes:
>>From what I've seen of MAJORDOMO so far, I like; although it also doesn't
>win prizes for its learning curve either. It would really help if there was
>just one tutorial source for building the sofware rather being directed to
>scattered info among the README file, Doc/majordomo.ora,
>Doc/majordomo.lisa6.ps, resend.README, etc. I now know the README file is
>the key installation doc but for those of us who methodically approach these
>things by printing out every text file in sight, it's confusing, especially
>when there is conflicting information.
In general, assume that the parent README is right. The subsidiary
README's are primarially used when running the programs in standalone
mode. This will be fixed before 1.93 ships hopefully.
>There is an inconsistency in the $mailer definition from majordomo.cf.
>Programs like 'digest', 'resend' and 'bounce-remind' ignore it and make
>hardwired calls to /usr/lib/sendmail anyway.
Fixed in 1.93 thanks to a patch from volf@eb.ele.tue.nl (Frank Volf).
>UUCP-only SMAIL sites won't
>have /usr/lib/sendmail, although linking /bin/smail to /usr/lib/sendmail,
>which is what you do for SMTP support, fixes this. This SMAIL note should
>probably be put in the manual somewhere.
I'll add it.
>One final note, 'resend' isn't removing its /tmp/resend.NNN.in and
>/tmp/resend.NNN.out files. Anyone have an easy way to check why this is
>happening?
Yeah, its a bug. Look for a line that says:
unlink("/tmp/resend.$$.*");
and change it to read:
unlink(</tmp/resend.$$.*>);
I forgot the angle brackets and that prevnets the glob from happening.
-- John
John Rouillard
Senior Systems Consultant (SERL Project) University of Massachusetts at Boston
rouilj@cs.umb.edu (preferred) Boston, MA, (617) 287-6480
==============================================================================
My employers don't acknowledge my existence much less my opinions.
References:
|
|