[Mailman-Users] Configuration
Thomas Spuhler
spuhler at btspuhler.com
Fri Jul 11 03:04:14 CEST 2003
I have a file named mailman.conf in directory /etc/httpd/conf that has
the following in it:
#
# Configure Mailman's CGI scripts
#
ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/
<Directory /var/lib/mailman/cgi-bin>
Options -Indexes -FollowSymLinks -Includes ExecCgi
AllowOverride None
order allow,deny
allow from all
</Directory>
#
# Configure the public archives
#
Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
Options -Indexes FollowSymlinks -Includes
AllowOverride None
order allow,deny
allow from all
</Directory>
--
Best Regards
Thomas Spuhler
This E-mail has a digital signature attached for proof of its origin.
On Thu, 2003-07-10 at 05:38, Richard Humphrey wrote:
> Add the following to your httpd.conf file and restart apache. Be sure and
> change the paths to match your setup. These are the paths that Redhat uses
> for Mailman install, but sounds like Mandrake is different.
>
> ScriptAlias /mailman/ /var/mailman/cgi-bin/
> Alias /pipermail/ /var/mailman/archives/public/
> <Directory /var/mailman/archives>
> Options +FollowSymlinks
> </Directory>
>
> --
> Richard Humphrey [richard at rhumphrey.com]
> ------------------------------------------------------------------------
> intoxicated, adj.:
> When you feel sophisticated without being able to pronounce it.
>
>
>
> On 9 Jul 2003, Thomas Spuhler wrote:
>
> > Date: 09 Jul 2003 22:13:17 -0700
> > From: Thomas Spuhler <spuhler at btspuhler.com>
> > To: mailman-users at python.org
> > Subject: [Mailman-Users] Configuration
> >
> > I am trying to get my mailman setup in Mandrake 9.1 working. All the
> > files are in /var/lib/mailman instead of /home/mailman as per mailman
> > documentation.
> >
> > I was able to setup a test list and I actually got an e-mail from
> > mailman with an address where I can admin my new list:
> >
> > You can configure your mailing list at the following web page:
> > http://aargau.btspuhler.com/mailman/admin/test
> >
> > Appache seems to work. when I use aargau.btspuhler.com The standard
> > Mandrake WEB page for Apache shows up.
> >
> > I probably need to make some config changes to Apache for mailman to
> > work, but where and what.
> >
> >
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/mailman-users/attachments/20030711/0aa2790d/attachment.pgp
More information about the Mailman-Users
mailing list