try there settings....they do fine for me on freefall ;)
W_PATH=/bin:/usr/bin
W_HOME=${W_BIN}
W_SHELL=/bin/csh
W_MAJORDOMO_CF=$(W_BIN)/majordomo.cf
# Use these settings for BSD-based systems, including SunOS 4.x. If you're
# using a POSIX-compliant system (including SysV and BSDI), comment these
# settings out, and uncomment the POSIX settings below.
W_USER=root
W_GROUP=majordom
W_CHOWN=${W_USER}.${W_GROUP}
W_CHMOD=6755
WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \
-DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \
-DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\"
the directories and files should be owner and group writealble.
wrapper MUST be suid(for sure) and sgid(?)
jmb
On Fri, 2 Jun 1995, Plyaskin Sergey wrote:
> I'm trying to set up majordomo on my FreeBSD 2.0 system. Apparently,
> something is wrong with Makefile/wrapper configuration. Currently, I have
> the following settings:
> #
> W_USER=majordom
> W_GROUP=majordom
> W_CHOWN=${W_USER}.${W_GROUP}
> W_CHMOD=6755
> WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \
> -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \
> -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\"
> #
> The requests like 'help', 'lists', 'who', etc. are being answered without
> any problems. However, if I try to send a message to the list, I get the
> folloing error:
>
> # sendmail -v testlist
> testlist... aliased to "|/usr/local/majordomo/wrapper resend -p bulk -M
> 10000 -l
> testlist -r testlist -f testlist-owner -h fish.cmp.com -s
> testlist-outgoing"
> hello list
>
Jonathan M. Bresler jmb@kryten.atinc.com | Analysis & Technology, Inc.
| 2341 Jeff Davis Hwy
play go. | Arlington, VA 22202
ride bike. hack FreeBSD.--ah the good life | 703-418-2800 x346
References:
|
|