summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/postfixadmin/files/postinstall-en-postgres.txt')
-rw-r--r--www-apps/postfixadmin/files/postinstall-en-postgres.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/www-apps/postfixadmin/files/postinstall-en-postgres.txt b/www-apps/postfixadmin/files/postinstall-en-postgres.txt
new file mode 100644
index 000000000000..66f303eff672
--- /dev/null
+++ b/www-apps/postfixadmin/files/postinstall-en-postgres.txt
@@ -0,0 +1,25 @@
+To complete installation, you must:
+ 1. Create the needed PostgreSQL database and tables and user:
+ creatuser -P postfix
+ creatuser -P postfixadmin
+ createdb -U postgres postfix
+ psql -U postgres -p < ${MY_SQLSCRIPTSDIR}/postgresql/${PVR}_create.sql
+ 2. Reload PostgreSQL:
+ /etc/init.d/postgresql restart
+ 3. Change the password for the admin user! Inital password is
+ "admin" (without the qotes).
+
+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.
+
+The default password for the Site Admin view of Postfix Admin is admin/admin.
+
+This is specified in the .htpasswd file in the /admin directory. Make sure
+that the location of the .htpasswd file matches your path.