From 3845f1039ed0c887b3634ab5dbfa201de88629e2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 16 Mar 2008 08:29:42 -0400
Subject: [PATCH] Fixed a bug when maildirs are created. Updated the Debian installation instructions.

---
 INSTALL_DEBIAN.txt |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/INSTALL_DEBIAN.txt b/INSTALL_DEBIAN.txt
index a5cbe56..437e7e7 100644
--- a/INSTALL_DEBIAN.txt
+++ b/INSTALL_DEBIAN.txt
@@ -41,7 +41,9 @@
 
 and change the start mode from inetd to standalone. 
 
-Edit the file /etc/inetd.conf  vi /etc/inted.conf
+Edit the file /etc/inetd.conf
+
+vi /etc/inetd.conf
 
 and comment out the line for the FTP service, so it looks like this:
 
@@ -104,6 +106,22 @@
 
 In case you get a permission denied error from apache, please restart the apache webserver process.
 
+Optional:
+
+Install a webbased FTP Client
+
+apt-get install squirrelmail
+ln -s /usr/share/squirrelmail/ /var/www/webmail
+
+Access squirrelmail:
+
+http://192.168.0.100/webmail
+
+
+To configure squirrelmail, run:
+
+/usr/sbin/squirrelmail-configure
+
 ----------------------------------------------------------------------------------------------------------
 
 Hints:

--
Gitblit v1.9.1