> I created a user, called majord (because somebody told me to).
>
> I have all the files for majordomo in /webz/majordomo directory, and
> have set aliases both in majordomo.aliases, and the alias file found in
^^^^^^^^^^^^^^^^^
AFAIK This is a part of the user docs that come with the Majordomo
package. It's not part of Sendmail's aliases setup.
> the sendmail directory for the listserv I want to create, called
> ref-talk.
>
> So, the aliases for listserv owner and the like I have made "majord"
>
> When I send a e-mail with one of the commands to majord, it just sits
> there. What could I be missing that majord doesn't know it is supposed
> to go to the majordomo file and find something to do with that command?
You need an alias like
majordomo: "|/path/to/majordomo/wrapper majordomo"
And, you'll need
majordomo-owner: someone
owner-majordomo: someone
in your /etc/aliases file ie. the aliases for Sendmail. (Don't forget
to run newaliases after adding this.)
Mail "just sits there" presumably because it's being delivered
to your user "majord" (check your mail spool /var/spool/mail/ to
see if the mail to "majord" is there).
Once you are able to direct mail to the wrapper/majordomo program,
you can then test for correct file permissions etc. You'll
get warning message(s) if something's amiss here.
References:
|
|