summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/pkg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'mail/squirrelmail/pkg/MESSAGE')
-rw-r--r--mail/squirrelmail/pkg/MESSAGE24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/squirrelmail/pkg/MESSAGE b/mail/squirrelmail/pkg/MESSAGE
new file mode 100644
index 00000000000..26750448402
--- /dev/null
+++ b/mail/squirrelmail/pkg/MESSAGE
@@ -0,0 +1,24 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2001/01/24 22:44:13 jlam 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/
+
+==========================================================================