Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin/files: postinstall-en-2.2.0.txt
Date: Sun, 01 Jun 2008 15:08:35
Message-Id: E1K2pAb-0000Gd-EO@stork.gentoo.org
1 wrobel 08/06/01 15:08:29
2
3 Added: postinstall-en-2.2.0.txt
4 Log:
5 Added postfixadmin-2.2.0 (#220141) and fixed #223387.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 www-apps/postfixadmin/files/postinstall-en-2.2.0.txt
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt?rev=1.1&content-type=text/plain
13
14 Index: postinstall-en-2.2.0.txt
15 ===================================================================
16 You will need to provide a database for your postfixadmin installation.
17
18 This assumes you have some knowledge of MySQL, and already have it
19 installed and configured. If not, please refer to the Gentoo MySQL
20 guide at the following URL:
21
22 http://www.gentoo.org/doc/en/mysql-howto.xml
23
24 Log in to MySQL, and create a new database as well as a user with full
25 access to this database. After that you will need to provide the details
26 of this database and the associated user within the file
27
28 ${MY_INSTALLDIR}/config.inc.php
29
30 Make sure you also set
31
32 $CONF['configured'] = true;
33
34 in this file.
35
36 Finally you should be able to complete the installation of postfixadmin
37 by pointing your browser at
38
39 http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
40
41
42 Updating from older version of Postfix Admin:
43 * When you are upgrading from an older Postfix Admin version, make sure you
44 * backup your database before you run the update script on your database.
45 * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
46
47 For update from 1.5.x version of Postfix Admin:
48 1. Please read the DOCUMENTS/UPGRADE.TXT
49 2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
50
51
52 To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL.
53
54 Check the config.inc.php file. There you can specify settings that are
55 relevant to your setup.
56
57 Postfix Admin contains 3 views of administration:
58 1. Site Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/.
59 2. Domain Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/.
60 3. User Admin View, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/users/.
61
62 In order to do the initial configuration you have to go to the Site Admin view.
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list