From 1a0b514fff2698e4e219e1279e217ea4cff97775 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 27 Apr 2010 08:56:49 -0400
Subject: [PATCH] Updated the Debian installation instructions.

---
 docs/INSTALL_DEBIAN_5.0_multiserver.txt   |    2 ++
 docs/INSTALL_DEBIAN_5.0_courier_mydns.txt |    8 ++++++++
 docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt  |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt b/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
index 138f881..eb0849b 100644
--- a/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
+++ b/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
@@ -23,6 +23,14 @@
 127.0.0.1       localhost.localdomain   localhost
 192.168.0.100   ispconfig.example.com   ispconfig
 
+# Run:
+
+/etc/init.d/hostname.sh
+
+# enable the Debian volaitile repository to get a newer clamav version
+
+echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
+apt-get update
 
 
 # Some optional choices
diff --git a/docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt b/docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt
index 8d6d66a..9ee449b 100644
--- a/docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt
+++ b/docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt
@@ -26,6 +26,11 @@
 
 /etc/init.d/hostname.sh
 
+# enable the Debian volaitile repository to get a newer clamav version
+
+echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
+apt-get update
+
 # Some optional choices
 
 opt0.1) Optionally install SSH-server to get remote shell
diff --git a/docs/INSTALL_DEBIAN_5.0_multiserver.txt b/docs/INSTALL_DEBIAN_5.0_multiserver.txt
index 778b842..c6541e7 100644
--- a/docs/INSTALL_DEBIAN_5.0_multiserver.txt
+++ b/docs/INSTALL_DEBIAN_5.0_multiserver.txt
@@ -8,6 +8,8 @@
 apt-get install mysql-server
 apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp 
 
+a2enmod suexec rewrite ssl actions include
+
 apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
 
 vi /etc/default/pure-ftpd-common

--
Gitblit v1.9.1