blob: 651217b3fc244bb387b3618e32e3b1ac526d179e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
|