SF.net SVN: postfixadmin: [321] trunk/DOCUMENTS
Brought to you by:
christian_boltz,
gingerdog
|
From: <Gin...@us...> - 2008-04-09 21:04:59
|
Revision: 321
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=321&view=rev
Author: GingerDog
Date: 2008-04-09 14:04:57 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
updates to docs
Modified Paths:
--------------
trunk/DOCUMENTS/UPGRADE.txt
Added Paths:
-----------
trunk/DOCUMENTS/FAQ.txt
Added: trunk/DOCUMENTS/FAQ.txt
===================================================================
--- trunk/DOCUMENTS/FAQ.txt (rev 0)
+++ trunk/DOCUMENTS/FAQ.txt 2008-04-09 21:04:57 UTC (rev 321)
@@ -0,0 +1,10 @@
+Frequently Asked Questions:
+
+
+1) Why isn't PostfixAdmin creating my mailbox?
+
+ - PostfixAdmin is only a web interface for storing configuration settings.
+ It does not (by default!) have the ability to create mail folders on disk.
+ In a normal setup, sending the 'Welcome' email accomplishes this task -
+ as Courier/Cyrus/etc do it (and have permission to do so)
+
Modified: trunk/DOCUMENTS/UPGRADE.txt
===================================================================
--- trunk/DOCUMENTS/UPGRADE.txt 2008-04-06 23:33:48 UTC (rev 320)
+++ trunk/DOCUMENTS/UPGRADE.txt 2008-04-09 21:04:57 UTC (rev 321)
@@ -10,7 +10,7 @@
- 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.
-- You are using MySQL 3.23 or higher.
+- You are using MySQL 3.23 or higher OR PostgreSQL v7.4+
READ THIS FIRST!
@@ -19,8 +19,9 @@
This document describes upgrading from an older PostfixAdmin version
(>= v1.5x)
-It's recommened that you install Postfix Admin in a new folder and not
-on-top of the old install!!
+It's recommend that you install Postfix Admin in a new folder and not
+on-top of the old install!! (At the very least, make sure you have backups of
+the database and relevant filesystem!)
When upgrading Postfix Admin, make sure you backup your database before
running upgrade.php.
@@ -33,6 +34,8 @@
1.5.4.
$ mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
+or
+ $ pg_dump -ad -u postfix postfix > /tmp/postfixadmin-backup.sql
2. Unarchive new Postfix Admin
@@ -64,8 +67,12 @@
time.
-5. Modify the MySQL Tables
---------------------------
+5. Perform appropriate database upgrades
+----------------------------------------
+
+Since version 2.2 of Postfixadmin, upgrade.php has existed which should do the below
+for you automatically.
+
Open upgrade.php in your browser to update your database scheme.
If you update from 2.1 or older, also open setup.php to create a superadmin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|