aboutsummaryrefslogtreecommitdiff
path: root/mail/sgwi/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sgwi/files/pkg-message.in')
-rw-r--r--mail/sgwi/files/pkg-message.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/sgwi/files/pkg-message.in b/mail/sgwi/files/pkg-message.in
new file mode 100644
index 000000000000..fccdd2725731
--- /dev/null
+++ b/mail/sgwi/files/pkg-message.in
@@ -0,0 +1,24 @@
+
+1. Configure sgwi
+-----------------
+Edit the %%PREFIX%%/www/sgwi/config.inc.php file to reflect your
+setup.
+
+The default password for sgwi is admin/admin. It's specified in
+the .htpasswd file in %%PREFIX%%/www/sgwi/ directory. Change it
+with:
+
+htpasswd %%PREFIX%%/www/sgwi/.htpasswd admin
+
+Also make sure that the location of the .htpasswd file specified
+in .htaccess file matches your path.
+
+2. Configure Apache
+-------------------
+Add a line in your httpd.conf to allow the use of .htaccess file.
+
+<Directory "%%PREFIX%%/www/sgwi">
+ Options Indexes
+ AllowOverride AuthConfig
+</Directory>
+