>>>>> On Thu, 30 May 1996 00:49:19 -0300, "Dario Mor"
<dariomor@actech.com.br> said:
Dario> Hello ALL! (Fala meu povo!) I've been fighting against
Dario> ploblems with installing majordomo 1.93 in LINUX. The first
Dario> problem is that I know about UNIX systems as much as a
Dario> butt-head knows about good music. Nothing at all!
Dario> However, I've already done a lot of things. But the
Dario> majordomo returs this message:
>> ----- The following addresses had delivery problems -----
>> "|/usr/local/majordomo/bin/wrapper majordomo" (unrecoverable
>> error) (expanded from: <majordomo@actech.com.br>)
>>
>> ----- Transcript of session follows ----- Message delivered to
>> mailing list <majordomo@actech.com.br> /... Invalid sender
>> address /... Cannot mail directly to files Out of memory!
>> Saving message in /bin/dead.letter /bin/dead.letter... Can't
>> create output: Permission denied 554
>> "|/usr/local/majordomo/bin/wrapper majordomo"... unknown mailer
>> error 1
(...)
Have you changed the W_UID and W_GID section in the Makefile? The
original file (in the 1.93 release, at least) has the following
settings:
> # If you're using a POSIX-compliant system, uncomment this set of parameters
> # and comment out the BSD settings above.
> #
> #
> W_UID = 54
> W_GID = 54
> W_CHOWN=root
> W_CHMOD=4755
> WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \
> -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \
> -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\" \
> -DPOSIX_UID=${W_UID} -DPOSIX_GID=${W_GID} -DSETGROUP
while you have to change the 54's for the uid and gid for your
"majordom" user. You can get these numbers by logging as "majordom"
and running "id" at the shell prompt. The output is something like
this:
uid=16(majordom) gid=100(users) groups=100(users),16(majordom)
Then you replace in the Makefile:
> # If you're using a POSIX-compliant system, uncomment this set of parameters
> # and comment out the BSD settings above.
> #
> #
> W_UID = 16
> W_GID = 16
> W_CHOWN=root
> W_CHMOD=4755
> WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \
> -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \
> -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\" \
> -DPOSIX_UID=${W_UID} -DPOSIX_GID=${W_GID} -DSETGROUP
Mario
--
%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%
Dr. Mario Alberto Storti | Fax: (54)(42) 55.09.44 |
Grupo de Tecnologia Mecanica | Tel: (54)(42) 55.91.75 |
INTEC, Guemes 3450 - 3000 Santa Fe | hhtp://venus.unl.edu.ar/ |
Argentina | Home: Gob. Vera 3161 |
Reply: mstorti@galileo.unl.edu.ar | (54)(42) 55.00.23 |
References:
|
|