Paul,
Using the RPM, the /var/lib/majordomo directory is the place to
find your lists, archives, and digests, directories.
If you make use of the (also installed) bulk_mailer, remember
to create a link for it in /etc/smrsh.
Docs are located in /usr/doc/majordomo-1.94.5
Heads up on the RPM install, you need to edit the /etc/majordomo.cf
file to put your actual domain name in the $whereami variable, or
add a line immediately following $whereami;
chomp $whereami
Also, using that RPM, I add
$datadir = "/var/lib/majordomo";
near the top of the file so I can reference $listdir, $log,
$filedir, and $filedir_suffix by using the $datadir variable.
In short, the $listdir is set in /etc/majordomo.cf. The RPM
points $listdir to /var/lib/majordomo.
Dan Liston
Paul wrote:
>
> >The line below is identical to the line in my Makefile Paul.
> >I do not recall trying to run this on redhat 5.2 though. I
> >have however, successfully installed 1.94.4 on 6.0, 6.1, and
> >6.2. My current configuration has a link to perl in /bin from
> >/usr/bin, not that it should matter, and cc is linked to gcc
> >in /usr/bin.
>
> Hi Dan,
>
> I decided to go the easy way. Upgraded to RH 6.2 today and the Majordomo RPM
> you sent me installed with no problem! When I ran ./wrapper config-test it
> told me everything was OK.
>
> If I may ask you another question? Where is the $listdir ? I want to start a
> new list and the docs refer to creating the list-name file in the $listdir
> but I don't see where that is!
>
> Paul Delaney
> kb2shu@linux.kb2shu.ampr.org
> kb2shu@kb2shu.#sca.ca.usa.noam
> paul@moonlink.net
> www.moonlink.net/~paul
|
|