summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/pkg/MESSAGE
blob: 0d6b56371245af3d24ee9ac6f90041b27dbf97aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
==========================================================================
$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:33 wiz Exp $

You will need to make SquirrelMail accessible through your HTTP server.
If you are running Apache and ap-php, then you may either symlink
	
	${SMDIR}

into DocumentRoot, or add the following lines to httpd.conf:

	Alias /mail/ "${SMDIR}"

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

to make IMAP accounts accessible through:
	
	http://www.domain.com/mail/

==========================================================================