[ Joel Avni writes: ]
>
> I am trying to set majordomo so it can administer mailing lists on =
> several virtual domains. I read the FAQ, but whenever I add the -C =
> parameter to resend, I get a mail error.
My crystal ball is in for repairs today, so you'll have to be a little
more explicit than "I get a mail error." Any particular "mail error"?
Maybe this recent reply on this list applies:
>Subject: Re: digest question: unknown mailer error 2
>Date: Wed, 1 Jan 1997 16:41:28 -0600 (CST)
>
>[ Pam Skillman writes: ]
>>
>> I *can* run 'wrapper digest -r -C -l test-digest' on the command line
>> and create a digest with no problem.
>[...]
>> ----- Transcript of session follows -----
>> -l: No such file or directory
>> 554 "|/usr/local/majordomo-1.94/wrapper digest -r -C -l test-digest test-digest-outgoing"
>
>Looks like sendmail is smashing case on your command line, making -C
>into -c, which requires an argument (a config file path), so digest is
>grabbing -l as that path. There should be a way to tell sendmail
>(as newalias) to not smash case on the RHS of aliases, but can all your
>other aliases tolerate that change? Alternatively, I suppose you could
>have the alias run a shell script that invokes 'wrapper digest...' with
>the proper options and the list name passed to it, e.g. (untested):
>
>test-digestify: "|/usr/local/majordomo-1.94/digest.sh test"
>
>'digest.sh' would be:
>----
>#!/bin/sh
>exec /usr/local/majordomo-1.94/wrapper digest -r -C -l $1-digest $1-digest-outgoing
>----
--
Dave Wolfe
References:
|
|