Hello,
I want to set up a majordomo on a Free BSD machine using Perl-5002. I
followed all the steps given in the INSTALL file. However I am confused
about the outputof the last step, which I executed as an unpriviledged
user "mycert".
mix: {118} touch /majordomo/lists/test -------------(lists is in a dir
/majordomo, wherein I created
a file test)
mix: {119} echo'lists' | mail majordomo ---------and the output is
mix: {120} majordomo... User unknown
/home/mycert/dead.letter... Saved message in /home/mycert/dead.letter
--------------- I have created a user in passwd file in /etc
dir
mix# cat dead.letter
>From mycert Sat Jul 10 00:28:41 1999
Return-Path: <mycert>
Received: (from mycert@localhost)
by mix (8.9.1a/8.9.1) id AAA06364
for majordomo; Sat, 10 Jul 1999 00:28:41 +0800 (MYT)
Date: Sat, 10 Jul 1999 00:28:41 +0800 (MYT)
From: Malaysia Computer Emergency Response Team <mycert>
Message-Id: <199907091628.AAA06364@mix>
To: majordomo
lists
My "group" file looks like this
wheel:*:0:root,mycert,majordomo
daemon:*:1:daemon,root
majordom:*:118:root,daemon,wheel,mycert
mycert:*:1000:
A part of my passwd file looks as follows:
majordomo:*:71:118:Majordomo Mailing List
Agent,,,:/home/majordomo-1.94.3:/bin/csh
nobody:*:32767:32767:Unprivileged user:/nonexistent:/sbin/nologin
mycert:*:1000:1000:Malaysia Computer Emergency Response
Team:/home/mycert:/usr/local/bin/tcsh
mix# cd /etc
mix# cd ..
mix# cd /home/majordomo-1.94.3/
mix# ./wrapper config-test
------------------------------------------------------------
---------------- Config-test for Majordomo ----------------
------------------------------------------------------------
--------------------- Obvious things: ---------------------
------------------ environment variables ------------------
HOME=/home/majordomo-1.94.3
LOGNAME=root
MAJORDOMO_CF=/home/majordomo-1.94.3/majordomo.cf
PATH=/bin:/usr/bin:/usr/ucb
SHELL=/bin/sh
USER=root
--------------------- euid/egid checks ---------------------
effective user = (uid 71)
effective group = majordom majordom guest staff operator tty sys kmem
daemon wheel (gid 118 118 31 20 5 4 3 2 1 0 )
---------------------- uid/gid checks ----------------------
real user = (uid 71)
real group = majordom majordom guest staff operator tty sys kmem
daemon wheel (gid 118 118 31 20 5 4 3 2 1 0 )
------------------------------------------------------------
Non obvious things that cause headaches:
------------------------------------------------------------
Good: 'require'd /home/majordomo-1.94.3/majordomo.cf okay.
Good: found ctime.pl okay.
Good: found majordomo_version.pl okay.
Good: found majordomo.pl okay.
Good: found shlock.pl okay.
Good: found config_parse.pl okay.
You're running Majordomo Version 1.94.3.
--==> Majordomo home directory is /home/majordomo-1.94.3.
------------------- Include directories -------------------
/home/majordomo-1.94.3
/usr/local/lib/perl5/5.00502/OpenBSD.i386-openbsd
/usr/local/lib/perl5/5.00502
/usr/local/lib/perl5/site_perl/5.005/OpenBSD.i386-openbsd
/usr/local/lib/perl5/site_perl/5.005
.
--------------------------- Home ---------------------------
Good: changedir to /home/majordomo-1.94.3 succeeded.
Good: Created a mock lock file.
---------------------- temp directory ----------------------
Good: Created a temp file in $TMPDIR (/usr/tmp).
---------------------- list directory ----------------------
Good: list directory /majordomo/lists has good permissions.
--------------------------- log ---------------------------
Good: logfile /majordomo/Log exists and is writeable.
------------------------- Mailers -------------------------
You have defined a mailer for delivery.
Attempting to verify that this is a valid mailer...looks okay.
You have defined a mailer for delivering administrative messages.
Attempting to verify that this is a valid mailer...looks okay.
------------------ Checking majordomo.cf ------------------
Checking to see if there are new variables that should be in
your majordomo.cf file...Nope, none that I see.
Have you configured where Majordomo is?
$whereami is mix.mycert.mimos.my
Good: yup!
----------------------- end of tests -----------------------
Nothing bad found! Majordomo _should_ work correctly.
If it doesn't, check your configuration file
(/home/majordomo-1.94.3/majordomo.cf)
closely, and if it still looks okay, consider asking the majordomo-users
mailing list at "[EMAIL PROTECTED]" for assistance. Be sure
and fully specify what your problems are, and what type of machine (and
operating system) you are using.
Enjoy!
mix#
CAN ANYBODY PLEASE HELP ME AND TELL ME WHAT IS WRONG.