Hello Guys,
Thank you all for your support, i'm very close to making it all work now.
Just need a liitle more support. Below is how my majordomo.aliases
and majordomo.cf looks like. May I know if there is anything wrong
with the configuration. Please help!!
majordomo.aliases
# OA/usr/test/majordomo/majordomo.aliases
#
# After doing this, you should refreeze the sendmail cf via
#'/usr/lib/sendmail -bz' and
# restart sendmail.
#
majordomo: "|/usr/majordomo/majordomo-1.94.4/wrapper majordomo"
majordomo-owner: admin
owner-majordomo: majordomo-owner
test: "|/usr/majordomo/majordomo-1.94.4/wrapper resend -l test
test-list"
test-list: :include:/usr/majordomo/majordomo-1.94.4/lists/test
owner-test: admin
test-owner: admin
test-request: admin
this is how my "majordomo.cf" looks like may I know if it's ok .
# $whereami -- What machine am I running on?
#
$whereami = "linux.kuopio.fi";
# $whoami -- Who do users send requests to me as?
#
$whoami = "Majordomo\@$whereami";
# $whoami_owner -- Who is the owner of the above, in case of problems?
#
$whoami_owner = "admin\@$whereami";
# $homedir -- Where can I find my extra .pl files, like majordomo.pl?
# the environment variable HOME is set by the wrapper
#
if ( defined $ENV{"HOME"}) {
$homedir = $ENV{"HOME"};
} else {
$homedir = "/usr/majordomo/majordomo-1.94.4/";
}
# $listdir -- Where are the mailing lists?
# $digest_work_dir -- the parent directory for digest's queue area
# Each list must have a subdirectory under this directory in order for
# digest to work. E.G. The bblisa list would use:
# /usr/local/mail/digest/bblisa
# as its directory.
#
$digest_work_dir = "/usr/local/mail/digest";
# $log -- Where do I write my log?
#
$log = "$homedir/Log";
# $sendmail_command -- Pathname to the sendmail program
# usually /usr/lib/sendmail, but some newer BSD
systems
# seem to prefer /usr/sbin/sendmail
#
#$sendmail_command = "/usr/lib/sendmail";
$sendmail_command = "/usr/sbin/sendmail";
# $mailer -- What program and args do I use to send mail to the list?
# $bounce_mailer -- What is used to send mail anywhere else?
# The variables $to, $from, $subject, and $sender can be interpolated into
# this command line. Note, however, that the $to, $from, and $subject
# variables may be provided by the person sending mail, and much mischief
# can be had by playing with this variable. It is perfectly safe to use
# $sender, but the others are insecure.
Charles Raphael
craphael@orion.pspt.fi
****************************************************************
The hunter in pursuit of an elephant does not stop to throw
stones at birds (Ugandan Saying)
****************************************************************
PLEASE VISIT MY WEB PAGE AT:
http://orion.pspt.fi/~craphael
******************************
References:
|
|