summaryrefslogtreecommitdiff
blob: ae9b5a40a4819fcfc86acbb37fe6dc6c7ee49c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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. Set the password for the admin user!!!

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.