How to install QmailToaster in Centos.


Download & Run Pre-Install Scripts

1. Create a directory for qmailtoaster files.

mkdir -p /usr/src/qtms-install

2. Change directory to the above created directory.

cd /usr/src/qtms-install

3. Download the installation script. (The script is meant for 64 bit).

wget http://www.qmailtoaster.com/centos/cnt5064/cnt5064-deps.sh

4. Run the installation script.

bash cnt5064-deps.sh

5. cnt50-svcs.sh & firewall.sh

wget http://www.qmailtoaster.com/centos/cnt50/cnt50-svcs.sh

6. Rename cnt50-svcs.sh to cnt5064-svcs.sh.

mv cnt50-svcs.sh cnt5064-svcs.sh

7. Edit “cnt50-svcs.sh” with “vi” or your favorite text editor

vi cnt5064-svcs.sh

Find the line that with “MYSQLPW=YOUR_MYSQL_ROOT_PASSWORD” and change “YOUR_MYSQL_ROOT_PASSWORD” to the password you want used for the mysql root account.

8. Run the downloaded script.

sh cnt5064-svcs.sh

It’s time to download and install the qmailtoaster.

1. Change your directory to “/usr/src/qtms-install” created in the above step.

cd /usr/src/qtms-install

2. Download the script “current-download-script.sh” that will download all the QmailToaster packages to be installed on your system.

wget http://www.qmailtoaster.com/info/current-download-script.sh

3. Run the “current-download-script.sh” with the command below.

sh current-download-script.sh

Install QmailToaster Packages

1. For x86_64: Download the “cnt5064-install-script.sh” file which will install all the QmailToaster packages on your system.

wget http://www.qmailtoaster.com/centos/cnt50/cnt50-install-script.sh

2. Run the downloaded script.
sh cnt5064-install-script.sh

/home/vpopmail/bin/vadddomain webserverpage.com
/home/vpopmail/bin/vadduser test@webserverpage.com

Edit /etc/php.ini and set register_globals = On
service httpd restart

Bring up your browser and go to:
http://www.webserverpage.com/admin-toaster/
Username: admin
Password: toaster
Change your password . . .

Edit /etc/php.ini and set register_globals = Off
service httpd restart

Check your mail server:
http://www.webserverpage.com/webmail
login with your full email address and your password
Send yourself an email – should show right away
Send an email to yourself if you have another address
Go to your other email account and reply to the message you sent


Leave a Reply