>
> Well, I have come to a fork in the road, and all paths lead back to confusion...
>
i think (not sure if this is correct) i can help with question 1
> I am getting the message upon trying to subscribe to my mailing lists (this
> is a new Majordomo installation):
>
>
> --------------------------------------------------------------------------------
> ----- The following addresses had delivery problems -----
> "|/usr/users/majordom/majordomo/wrapper majordomo" (unrecoverable error)
> (expanded from: <majordomo@centercomp.com>)
>
> ----- Transcript of session follows -----
> Message delivered to mailing list <majordomo@centercomp.com>
> listdir not defined. Is majordomo.cf being included correctly? at
> /usr/users/majordom/majordomo/majordomo line 62.
> 554 "|/usr/users/majordom/majordomo/wrapper majordomo"... unknown mailer error 2
> --------------------------------------------------------------------------------
>
> I have my listdir defined in my /etc/majordomo.cf (which is owned by
> majordom, of the majordom group):
>
> -rw-r--r-- 1 majordom majordom 4318 Jan 30 16:30 /etc/majordomo.cf
>
> ...snip, snip...
>
> # $listdir -- Where are the mailing lists?
> $listdir = "/usr/users/majordom/majordomo/lists/";
>
you should probably define listdir as:
$listdir = "/usr/users/majordom/majordomo/lists";
i.e withouth the / at the end
i'll let someone else figure out the second part but in mine majordomo.cf
is in the majordomo homedir and is owned by majordom.majordom.
/etc/majordomo.cf is a symlink to this file.
> ...snip, snip...
>
> I have also tried it with root owning the /etc/majordomo.cf file, and with
> the listdir being listed without the final "/", and it still did the same
> thing...
>
> ----------------
> Question #2
> ----------------
>
> Is there supposed to be a file called majordomo.cf in my majordom/majordomo
> directory that looks like this:
>
> /usr/users/majordom/majordomo
> #
> # Config file for Majordomo
>
> package config;
>
>
> #----------------------------------------------------------------------
> # Name of the mail server software
> #
> $name = "Majordomo";
>
>
> #----------------------------------------------------------------------
> # Majordomo commands. If you don't want to support a particular command,
> # just comment it out of the @commands array.
> #
> @commands =
> (
> "subscribe",
> "unsubscribe",
> "info",
> "who",
>
> ...snip, snip...
>
>
>
> is this supposed to have the same name as the majordomo.cf file in /etc?
>
> This doesn't look like a .cf file, but when I remove it, no mail bounces at
> all... I'm stumpped..
>
cheers
jamal
|
|