summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/postfixadmin/files/postinstall-en-mysql.txt')
-rw-r--r--net-mail/postfixadmin/files/postinstall-en-mysql.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mail/postfixadmin/files/postinstall-en-mysql.txt b/net-mail/postfixadmin/files/postinstall-en-mysql.txt
new file mode 100644
index 0000000..651217b
--- /dev/null
+++ b/net-mail/postfixadmin/files/postinstall-en-mysql.txt
@@ -0,0 +1,18 @@
+To complete installation, you must:
+ 1. Create the needed MySQL database and tables and user:
+ mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
+ 2. Reload MySQL:
+ /etc/init.d/mysql restart
+ 3. Set the password for the admin user!
+
+To use Virtual Vacation, please read VACATION_INSTALL.TXT in /usr/share/doc/${PF}
+
+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.