[Mailman-Users] New to List - Installation Help
Nigel Metheringham
Nigel.Metheringham at VData.co.uk
Wed Aug 2 19:08:56 CEST 2000
Robert,
Its difficult to give a straight recipe for this stuff since it can
depend on what else the system does, are you running virtual servers
etc.
However, as a boilerplate recipe try this... back the config files up
first :-)
Assuming you are using a standard RH apache package set, edit
/etc/httpd/conf/httpd.conf, find the lines that look like
# You may place any other directories or locations you wish to have
# access information for after this one.
(they should be pretty much the last thing in the file)
and add in:-
# Mailman stuff
ScriptAlias /mailman/ /home/mailman/cgi-bin/
Alias /pipermail/ /home/mailman/archives/public/
<Directory /home/mailman/archives/public>
Options Indexes Includes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>
After making these changes, restart the httpd - easiest method is
/etc/rc.d/init.d/httpd restart
You may wish to think about the security configuration - I run that box
reasonably open - the real issue is can anyone get at the lists (I
don't restrict access at all), and how much archive access do you give
- I allow anyone to read, which means that people can see what lists
you have by going to the /pipermail/ directory on your web server.
The mail side is more complex, and I'll not comment for a generic RH
system since I don't run sendmail.
Nigel.
--
[ - Opinions expressed are personal and may not be shared by VData - ]
[ Nigel Metheringham Nigel.Metheringham at VData.co.uk ]
[ Phone: +44 1423 850000 Fax +44 1423 858866 ]
More information about the Mailman-Users
mailing list