You are on page 1of 5

PostMaster Enterprise v8.

xx Setup Guide Windows

How Do I Carry Out A Fresh Setup Of PMEv8

The complete installation of PMEv8 covers the following steps

Install PMEv8

Install JRE1.6

Start PMEv8

How Do I Carry Out A Fresh Setup Of PMEv8 Using MySQL

The complete installation of PMEv8 covers the following steps

Install PMEv8

Install JRE1.6

Install MySQL

Configure MySQL

Update MySQL Settings in PMEv8 (For Non Default Installation)

Create Database

Start PMEv8

Important Note:

Please note that, incase you have a 64bit OS / Hardware; you will require separate installable of
64 Bits for MySQL and JRE setup.

Install PMEv8

While installing PMEv8, it is advisable to use "Standard Configuration". This ensures that the installation
/ configurations will happen with standard defaults.

1) From the CD access the PMEv8 Installer (PMEv8-Setup.exe) and double-click it to start the
installation.
2) On the Welcome page, click on the Next button.
3) On the License Agreement page, please click on the Yes button to agree to the license and
continue.
4) On the Readme page, click on the Next button.
5) The Select Destination Directory page is displayed. The default path, where PMEv8 will be
installed is displayed. i.e. C:\Program Files\QLC\. (You may, if required, change the path,
but we recommend that you use the default settings as much as possible). Click on the Next
button.
6) On the Select Program Folder page, click on the Next button to continue.
7) This will bring up the Summary window, click on, Install, to start installing PMEv8.
8) After the file copying process is completed, Finish window is displayed. Click Finish to
complete the installation.

Install JRE1.6

While installing JRE1.6, it is advisable to use "Standard Configuration". This ensures that the
installation / configurations will happen with standard defaults.

1) From the CD access the JRE1.6 Installable (JRE1.6-Setup.exe) and double-click it to start the
installation.

2) On the Welcome page, click on the Next button.

3) The Select Destination Directory page is displayed. The default path, where JRE-1.6 will be
installed is displayed. i.e. C:\Program Files\QLC\. (You may, if required, change the path.
Please ensure that the JRE installation path is same as PMEv8 installation). Click on the Next
button.

4) This will bring up the Summary window, click on, Install, to start installing JRE1.6.

5) After the file copying process is completed, Finish window is displayed. Click Finish to
complete the installation.

Start PostMaster Enterprise

1) From Windows click, Start > Programs > PostMaster Enterprise > PostMaster Enterprise to start
PostMaster Enterprise.

Install MySQL

While installing MySQL, it is advisable to use "Standard Configuration". This ensures that the installation
/ configurations will happen with standard defaults.

1) From the CD access the MySQL Installable (PMEv8-MySQL.exe) and double-click it to start the
installation.

2) On the Welcome page, click on the Next button.

3) The Select Destination Directory page is displayed. The default path, where MySQL files will
get copied is displayed. i.e. C:\Program Files\QLC\. (You may, if required, change the path.
Please ensure that the MySQL file copy path is same as PMEv8 installation). Click on the Next
button.

4) This will bring up the Summary window, click on, Install, to start installing PMEv8-MySQL.

5) After the file copying process is completed, a pop-up window displaying Install MySQL
Database Server? will appear, select Yes.

6) This will start installing MySQL Server.

7) A web page will also appear displaying the guide lines on how to install and configure MySQL
server. The PMEv8 Finish window too will appear, Please Do Not Shutdown the PMEv8 Installer
till MySQL Installation is completed.

8) On the "MySQL Setup Type" page, select "Typical" radio button. Click "Next" button to continue.

9) On the "MySQL Sign Up" page, select "Skip Sign-Up". Click "Next" button to continue.

10) On the "Setup Wizard Completed" page, select "Configure MySQL Server Now" and click "Finish"
button.

11) Once you complete installing and configuring MySQL, you can close the PostMaster
Enterprise Installation Program window.

Important Note

If you have not used the default settings for PMEv8 & MySQL installation path, you will have to
carry out some other configuration before starting PostMaster Enterprise.

Configure MySQL

While installing / configuring MySQL Database Server, it is advisable to use "Typical Setup" / "Standard
Configuration". This ensures that the installation / configurations will happen with standard defaults.

1) On the "Windows Options" page, select "Install As Windows Service" and "Launch MySQL Server
Automatically" checkboxes. Deselect "Include Bin Dir In Windows Path". Click "Next" button.

2) On the "Security Options" page, specify password as "root".

Note: Ensure MySQL Server Installation & Configuration is completed before you click Finish in the
PostMaster Enterprise Installation Program.

Create Database

Please follow the below steps to Create Database:


1) From Windows, Start > Programs > MySQL > MySQL5.0 > MySQL Command Line Client.

2) This will open up an MySQL window, displaying Enter Password, - Give password as,
"root"

3) At the mysql prompt type in create database maildb; and press Enter
Type quit at the mysql> to exit.

Update MySQL Settings in PMEv8 (For Non Default Installation)

While installing / configuring MySQL Database Server, if you have not used the "Typical Setup" /
"Standard Configuration", then the following activities needs to be carried out.

1) If you have installed the MySQL Database Server, in the folder other than the default folder of
C:\Program Files\MySQL, then you need to copy the file my.ini from the folder
\QLC\shared\mysql to the folder \MySQL\MySQL Server 5.0\. You overwrite the existing
my.ini file.

2) If you have specified MySQL root password other than "root", please be sure to change the
password in the following files "connection-pool-mysql.ini" (in the folder ...\qlc\pmev8\conf
and ...\qlc\shared\conf)

3) From the windows Start Menu, click Programs > Administrative Tools > Services. This will open
the Services window. Scroll and right-click on MySQL. In the right-click menu, select Stop.
This stops the MySQL service. Right-click on MySQL and select Start option. This starts the
service again. Restarting the service ensures that new settings which we have done (by copying
my.ini) are loaded.

4) Edit the following batch files :

pmev8-rcrt-dbase.bat

pm-v3-v8.bat

pm-v4-v8.bat

pm-v5e-7.bat

pm-v5x-v8.bat

In all the above files locate the lines starting with


"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqladmin"
Change this line to reflect the path where MySQL has been installed. For example if you have installed
MySQL in Program Files folder of E-Drive, change to
"E:\Program Files\MySQL\MySQL Server 5.0\bin\mysqladmin"
If you have specified MySQL root password other than "root", then in all the above files locate the lines
starting with
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqladmin"
Change this line, to reflect the new password by changing the -p root option
For example if the password you have given is pass, you should use -p pass.

How To Start With Blank Database & Configuration

To start PMEv8 with a blank database:

1) In the folder \QLC\pmev8\conf, delete all files except connection_pool*.ini

2) In the folder \QLC\ pmev8\security, delete all files except openssl or openssl.cnf

3) In the folder \QLC\ pmev8\users, delete all the subfolders present.

4) From Windows, Start > Programs > MySQL > MySQL5.0 > MySQL

Command Line Client.

This will open up an MySQL window, displaying Enter Password,

Give password as, "root"

1) At the mysql prompt type in drop database maildb; and press Enter

2) At the mysql prompt type in create database maildb; and press Enter

3) At the mysql prompt type quit to exit.

4) Start PMEv8 and verify its correct functioning!!!

You might also like