diff options
Diffstat (limited to 'mail/postfixadmin/files/pkg-message.in')
-rw-r--r-- | mail/postfixadmin/files/pkg-message.in | 40 |
1 files changed, 17 insertions, 23 deletions
diff --git a/mail/postfixadmin/files/pkg-message.in b/mail/postfixadmin/files/pkg-message.in index e8a8b7e9cdee..766fb69802aa 100644 --- a/mail/postfixadmin/files/pkg-message.in +++ b/mail/postfixadmin/files/pkg-message.in @@ -1,25 +1,19 @@ -To Install and use postfixadmin: +# +# Postfix Admin +# by Mischa Peters <mischa at high5 dot net> +# Copyright (c) 2002 - 2005 High5! +# Licensed under GPL for more info check GPL-LICENSE.TXT +# -1. Create the MySQL Tables --------------------------- -In %%PREFIX%%/www/postfixadmin/DATABASE.TXT you can find the table -structure that you need in order to configure Postfix Admin and Postfix -in general to work with Virtual Domains and Users +REQUIRED!! +---------- +- You are using Postfix 2.0 or higher. +- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher. +- You are using PHP 4.1 or higher (5.X recommended) +- You are using MySQL 3.23 or higher (5.x recommended) OR PostgreSQL 7.4 (or higher) -2. Configure ------------- -Check the %%PREFIX%%/www/postfixadmin/config.inc.php file. There you -can specify settings that are relevant to your setup. - -The default password for the admin part of Postfix Admin is admin/admin. -This is specified in the .htpasswd file in the admin directory. Make sure -that the location of the .htpasswd file matches your path. - -3. Configure Apache -------------------- -Add a line in your httpd.conf to allow the use of .htaccess file. - -<Directory "%%PREFIX%%/www/postfixadmin"> - Options Indexes - AllowOverride AuthConfig -</Directory> +INSTALL / UPGRADE +---------- +- Postfixadmin has brought about some changes, all database install/update scripts are now php web based +- Browse to the webroot and run setup.php to install or update your current postfixadmin installation +- For detailed information please read the INSTALL.TXT |