Date: Fri, 2 Jun 1995 15:57:19 -0400 (EDT) From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM> To: Plyaskin Sergey <splyaski@cmp.com> Cc: "' majordomo-users@greatcircle.com'" <majordomo-users@greatcircle.com>, "' freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: FreeBSD/majordomo setup Message-ID: <Pine.3.89.9506021542.S21702-0100000@kryten.atinc.com> In-Reply-To: <2FCF9599@mailgate.cmp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.3.89.9506021542.S21702-0100000>