summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/files/squirrelmail.conf.dist
blob: 559dca9c43274939bb2eb3861cec1ad212f0bfaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: squirrelmail.conf.dist,v 1.1.1.1 2004/06/06 14:32:11 taca Exp $
#
# SquirrelMail configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /squirrelmail/ "@SMDIR@/"
</IfModule>

<Directory "@SMDIR@">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>