I've figured out my aliases problem from the first message (I RTFM). But I'm
still getting the Out of Memory problem. Even with the error it still sends
the mail. I believe I've got the wrapper configured right:
----------------------------------------------------------------------------
-------------------------
# $Source: /sources/cvsrepos/majordomo/Makefile,v $
# $Revision: 1.21.2.2.2.8 $
# $Date: 1995/01/07 18:06:48 $
# $Author: rouilj $
# $State: Exp $
#
# $Header: /sources/cvsrepos/majordomo/Makefile,v 1.21.2.2.2.8 1995/01/07
18:06:48 rouilj Exp $
#
# $Locker: $
#
# this makefile installs the following structure for the bsd universe:
# (root is W_BIN below)
# root -+-- -- actual majordomo scripts, libraries etc
# +-- Tools -- tools like archive
# +-- bin -- user level tools, approve, bounce etc
# +-- man -- man pages
#
# This is where "wrapper" looks for the programs it's supposed to run.
W_BIN=/usr/local/majordomo/majordomo-1.93
# This is the environment that (along with LOGNAME and USER inherited from the
# parent process, and without the leading "W_" in the variable names) gets
# passed to processes run by "wrapper"
W_PATH=/bin:/usr/bin:/usr/ucb
W_HOME=${W_BIN}
W_SHELL=/bin/csh
W_MAJORDOMO_CF=$(W_BIN)/majordomo.cf
# If you're using a POSIX-compliant system, uncomment this set of parameters
# and comment out the BSD settings above.
#
#
W_UID = 512
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
----------------------------------------------------------------------------
------------------------------------
And my log file is set to:
$log = "$homedir/majordomo.log";
All my files/directories are set user: majordom group: majordom. The dirs
are 755 and the files are 660.
Any help would be greatly appreciated.
Jason Bodnar
Internet Programmer
Interactive Design Works - www.idworks.com
jcbodnar@mail.utexas.edu
jasonb@onr.com
|
|