pkgsrc/mail/squirrelmail/files/squirrelmail.conf.dist
chris 578fb3f484 Remove the use of register_globals. This hasn't been needed since 1.2.8.
This just tightens up on security a bit more.

Note anyone using plugins may have to check if all their plugins will work
with register_globals off.

(I've been using this on a local squirrelmail box with 1.2.9 for over a
month with no issues)
2002-12-31 10:49:30 +00:00

14 lines
330 B
Text

# $NetBSD: squirrelmail.conf.dist,v 1.4 2002/12/31 10:49:30 chris 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>