From 11201c5e3b31d35e23b03f40e3d242014f15ce49 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 13 Apr 2011 09:45:40 -0400
Subject: [PATCH] - Added on_after_delete event handler in tform_actions.inc.php - Improved monitor.php file.

---
 docs/INSTALL_CENTOS_5.4_dovecot_bind.txt |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/docs/INSTALL_CENTOS_5.4_dovecot_bind.txt b/docs/INSTALL_CENTOS_5.4_dovecot_bind.txt
index 4936cc0..f3b4982 100644
--- a/docs/INSTALL_CENTOS_5.4_dovecot_bind.txt
+++ b/docs/INSTALL_CENTOS_5.4_dovecot_bind.txt
@@ -51,13 +51,13 @@
 
 For 32Bit systems:
 
-rpm -i http://dl.atrpms.net/all/dovecot-1.2.10-2_107.el5.i386.rpm
+rpm -i http://dl.atrpms.net/all/dovecot-1.2.11-3_108.el5.i386.rpm
 rpm -i http://dl.atrpms.net/all/dovecot-sieve-0.1.15-4.el5.i386.rpm
 
 For 64Bit Systems:
 
-rpm -i http://dl.atrpms.net/all/dovecot-1.2.10-2_107.el5.x86_64.rpm
-rpm -i http://dl.atrpms.net/all/dovecot-sieve-0.1.15-4.el5.x86_64.rpm
+rpm -ivh http://dl.atrpms.net/all/dovecot-1.2.11-3_108.el5.x86_64.rpm
+rpm -ivh http://dl.atrpms.net/all/dovecot-sieve-0.1.15-4.el5.x86_64.rpm
 
 
 chkconfig --levels 235 mysqld on
@@ -132,6 +132,7 @@
 cp /usr/share/doc/bind-9.3.6/sample/var/named/named.local /var/named/chroot/var/named/named.local
 cp /usr/share/doc/bind-9.3.6/sample/var/named/named.root /var/named/chroot/var/named/named.root
 touch /var/named/chroot/etc/named.conf
+touch /var/named/chroot/etc/named.conf.local
 
 vi /var/named/chroot/etc/named.conf
 
@@ -171,7 +172,6 @@
 include "/var/named/chroot/etc/named.conf.local";
 --------------------------------------------------------------------------------------------------
 
-
 chkconfig --levels 235 named on
 /etc/init.d/named start
 
@@ -191,6 +191,18 @@
 make install
 rm -rf jailkit-2.11*
 
+Edit the file /etc/sudoers
+
+vi /etc/sudoers
+
+and change the line:
+
+Defaults    requiretty
+
+to:
+
+# Defaults    requiretty
+
 
 7) Install ISPConfig 3
 
@@ -204,7 +216,7 @@
 
 php -q install.php
 
-The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not nescessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!):
+The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not necessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!):
 
 http://192.168.0.100:8080/
 

--
Gitblit v1.9.1