pkgsrc/mail/mailman/files/mailman.conf.dist
bouyer 3ba2b249e1 Initial import of mailman package (posted to tech-pkg on Aug, 01)
Maiman is a e-mail list manager. It includes a web interface for
management from a user (subscribe/unsuscribe) and administrator point
of view, as well as the traditionnal command-though-emails management.
It also offers web-browsable mailing-list archives.
2002-08-23 15:28:17 +00:00

30 lines
830 B
Text

# $NetBSD: mailman.conf.dist,v 1.1.1.1 2002/08/23 15:28:17 bouyer Exp $
#
# Mailman configuration file fragment for Apache
<IfModule mod_alias.c>
ScriptAlias /mailman/ "@EXECDIR@/cgi-bin/"
Alias /pipermail/ "@MAILMAN_DATADIR@/archives/public/"
Alias /mailman-icons/ "@EXECDIR@/icons/"
</IfModule>
<Directory "@EXECDIR@/cgi-bin">
Options Indexes Includes MultiViews SymLinksIfOwnerMatch
AllowOverride FileInfo AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
<Directory "@EXECDIR@/icons">
Options none
AllowOverride FileInfo AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
<Directory "@MAILMAN_DATADIR@/archives/public/">
Options SymLinksIfOwnerMatch
AllowOverride FileInfo AuthConfig Limit
Order allow,deny
Allow from all
</Directory>