Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/files/
Date: Tue, 14 Feb 2017 21:40:11
Message-Id: 1487108373.eb736accbc8522506acfd4e531b864dd825ac13c.soap@gentoo
1 commit: eb736accbc8522506acfd4e531b864dd825ac13c
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 14 19:09:46 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:39:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb736acc
7
8 www-apps/postfixadmin: remove unused file
9
10 Closes: https://github.com/gentoo/gentoo/pull/3969
11
12 .../postfixadmin/files/postinstall-en-2.2.0.txt | 47 ----------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt b/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt
16 deleted file mode 100644
17 index 6b9773a6e8..0000000000
18 --- a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -You will need to provide a database for your postfixadmin installation.
22 -
23 -This assumes you have some knowledge of MySQL, and already have it
24 -installed and configured. If not, please refer to the Gentoo MySQL
25 -guide at the following URL:
26 -
27 -http://www.gentoo.org/doc/en/mysql-howto.xml
28 -
29 -Log in to MySQL, and create a new database as well as a user with full
30 -access to this database. After that you will need to provide the details
31 -of this database and the associated user within the file
32 -
33 -${MY_INSTALLDIR}/config.inc.php
34 -
35 -Make sure you also set
36 -
37 - $CONF['configured'] = true;
38 -
39 -in this file.
40 -
41 -Finally you should be able to complete the installation of postfixadmin
42 -by pointing your browser at
43 -
44 - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
45 -
46 -
47 -Updating from older version of Postfix Admin:
48 - * When you are upgrading from an older Postfix Admin version, make sure you
49 - * backup your database before you run the update script on your database.
50 - * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
51 -
52 - For update from 1.5.x version of Postfix Admin:
53 - 1. Please read the DOCUMENTS/UPGRADE.TXT
54 - 2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
55 -
56 -
57 -To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL.
58 -
59 -Check the config.inc.php file. There you can specify settings that are
60 -relevant to your setup.
61 -
62 -Postfix Admin contains 3 views of administration:
63 - 1. Site Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/.
64 - 2. Domain Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/.
65 - 3. User Admin View, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/users/.
66 -
67 -In order to do the initial configuration you have to go to the Site Admin view.