commit: eb736accbc8522506acfd4e531b864dd825ac13c Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Feb 14 19:09:46 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 21:39:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb736acc
www-apps/postfixadmin: remove unused file Closes: https://github.com/gentoo/gentoo/pull/3969 .../postfixadmin/files/postinstall-en-2.2.0.txt | 47 ---------------------- 1 file changed, 47 deletions(-) diff --git a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt b/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt deleted file mode 100644 index 6b9773a6e8..0000000000 --- a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt +++ /dev/null @@ -1,47 +0,0 @@ -You will need to provide a database for your postfixadmin installation. - -This assumes you have some knowledge of MySQL, and already have it -installed and configured. If not, please refer to the Gentoo MySQL -guide at the following URL: - -http://www.gentoo.org/doc/en/mysql-howto.xml - -Log in to MySQL, and create a new database as well as a user with full -access to this database. After that you will need to provide the details -of this database and the associated user within the file - -${MY_INSTALLDIR}/config.inc.php - -Make sure you also set - - $CONF['configured'] = true; - -in this file. - -Finally you should be able to complete the installation of postfixadmin -by pointing your browser at - - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php - - -Updating from older version of Postfix Admin: - * When you are upgrading from an older Postfix Admin version, make sure you - * backup your database before you run the update script on your database. - * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql - - For update from 1.5.x version of Postfix Admin: - 1. Please read the DOCUMENTS/UPGRADE.TXT - 2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php - - -To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL. - -Check the config.inc.php file. There you can specify settings that are -relevant to your setup. - -Postfix Admin contains 3 views of administration: - 1. Site Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/. - 2. Domain Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/. - 3. User Admin View, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/users/. - -In order to do the initial configuration you have to go to the Site Admin view.
