Index: mailzu-0.8RC3/README
===================================================================
--- mailzu-0.8RC3.orig/README	2007-08-08 23:48:04.000000000 +0200
+++ mailzu-0.8RC3/README	2007-08-08 23:48:40.000000000 +0200
@@ -14,4 +14,4 @@
 pre-existent backends such as LDAP ( or Active Directory ) or any PHP PEAR
 supported database.
 
-See the INSTALL file in the docs/ directory included with this distribution.
+See the CONFIGURATION.txt file for more information.
Index: mailzu-0.8RC3/docs/INSTALL
===================================================================
--- mailzu-0.8RC3.orig/docs/INSTALL	2007-08-08 23:48:48.000000000 +0200
+++ mailzu-0.8RC3/docs/INSTALL	2007-08-08 23:59:55.000000000 +0200
@@ -1,6 +1,7 @@
+*****************************************************************************
+*** NOTE: This file is a Debian adapted version of the INSTALL upstream file.
+*****************************************************************************
 
-Installation instructions for MailZu
-=======================================
 
 MailZu, a quarantine management interface for amavisd-new. It allows users
 and administrators to view quarantined messages and release, request, or
@@ -8,9 +9,7 @@
 
 MailZu need not reside on the same host as amavisd-new. MailZu also supports
 environments with multiple amavisd-new instances (as long as all instances
-report to the same SQL database). MailZu is only suitable for amavisd-new
-versions greater than 2.3.0.
-
+report to the same SQL database).
 
 Requirements
 ===============
@@ -19,27 +18,6 @@
 users to be able to view more than just the simple message headers, quarantining
 to SQL should be enabled.
 
-The requirements for running MailZu is as follows:
-
-1) Amavisd-new greater than 2.3.0. 
-2) A PHP-compatible web server
-3) PHP 4.3.x or greater with socket support ( --enable-sockets )
-4) PEAR::PEAR
-5) PEAR::DB 
-6) PEAR::Mail_Mime
-7) PEAR::Net_Socket
-
-PHP must also be built with the respective driver for your backend. 
-For LDAP or Active Directory PHP must be built with '--with-ldap'. 
-For the database backends you can use '--with-pgsql', '--with-mysql', 
-etc. 
-
-For the included and optional database cleanup script
-(scripts/mz_db_clean.pl):
-
-1) Perl 5.6 
-2) Perl DBI with respective database driver
-
 MailZu utilizes the recommended values for the SQL field msgrcpt.rs as
 stated in the README_FILES/README.sql that comes with the amavisd-new
 distribution. The cleanup script performs database purging based on old
@@ -51,35 +29,10 @@
 AMAVISD-NEW SQL REQUIREMENTS
 ==============================
 
-If you are currently using amavisd-new 2.4.0 or later, no changes are necessary.
-
 If using MySQL, please make sure that you use the TIMESTAMP type for the 
 database field 'time_iso'. Please refer to the amavisd-new documentation for
 details. 
 
-If you are using a version of amavisd-new prior to 2.4.0 (with old database
-schema), please add the 'quar_loc' column to your 'msgs' table with:
-
-  ALTER TABLE msgs ADD quar_loc varchar(255) DEFAULT '';
-
-This is a mandatory requirement for this version and future versions of MailZu.
-In other words, MailZu does not care which version of amavisd-new you are running,
-as long as the SQL tables match those that are needed by amavisd-new 2.4.0 or
-later.
-
-
-Unpacking the distribution
-============================
-
-Fetch the latest tarball from http://www.mailzu.net. The file has a format
-of mailzu-x.y.tar.gz where 'x' is the version and 'y' is the revision.
-
-Extract the archive with:
-
-	# tar xvfz mailzu-x.y.tar.gz      
-	# cd mailzu-x.y
-          
-
 Overview
 ================
 The amavisd, SQL, and MailZu services act together to offer a complete 
@@ -183,7 +136,7 @@
 MailZu Configuration
 ----------------------
 
-The configuration file for MailZu resides in config/config.php. The settings in
+The configuration file for MailZu resides in /etc/mailzu/config.php. The settings in
 this file determines the authentication mechanism, the administrators, the
 AM.PDP port used in your amavisd-new configuration, and other miscellaneous
 settings.
@@ -222,12 +175,6 @@
 configuration. The 'dbType' can be any PEAR DB compatible database. Please see
 the config/config.php file for more information.
 
-Note: If you are using MySQL database, the preferred version is 4.1.0 or later.
-If your version is prior to 4.1.x, you need to apply a patch to make MailZu
-compatible with it. The patch is located in contrib/mysql and is called
-mysql4.0_compat.diff.
-
-
 Authentication settings
 -------------------------------
 
@@ -272,7 +219,8 @@
 The address might have been aliased to an internal address 'user@internal.example.com'.
 
 To get a description on how to set up these critical configuration variables for
-your authentication, please see the appropriate (MECH)_README file in docs/.
+your authentication, please see the appropriate (MECH)_README file in
+/usr/share/doc/mailzu/.
 
 
 Miscellaneous Settings
