1. Before installing Qmailtoaster, you will need to configure your system. You will need to set the host name by entering the following command into the terminal:
hostname --fqdn
You will also need to make sure SELinux is turned off because it may cause some issues with ClamAV. Enter the following command to accomplish this:
getenforce
2. After that, you will need to edit the configuration file for SELinux by entering the following command:
vi /etc/selinux/config
You will need to change the line reading SELINUX=enforcing to SELINUX=disabled.
3. Now you need to fill some dependencies in order to build the packages. Enter the following command to run the dependency script:
mkdir QMT
cd QMT
wget http://www.qmailtoaster.com/distro/centos/cnt50/cnt50-deps.sh
sh cnt50-deps.sh
4. This script will be run for a few minutes. After this process is complete, enter the following command to fill some perl dependencies:
wget http://www.qmailtoaster.com/distro/centos/cnt50/cnt50-perl.sh
sh cnt50-perl.sh
Accept all the default values to continue.
Enter the following command:
wget http://www.qmailtoaster.com/distro/centos/cnt50/cnt50-svcs.sh
wget http://www.qmailtoaster.com/distro/centos/cnt50/firewall.sh
You can edit these scripts to fit your needs.
5. Enter the following command to set up the firewall:
sh cnt50-svcs.sh
Now you need to install a caching name server. To do this, start by entering the following command:
yum -y install caching-nameserver
After that, enter this command into the terminal:
service named start
6. Finally, you will need to enter the following command to make the server start whenever your computer boots:
chkconfig named on
You can now begin downloading the Qmailtoaster packages. Enter the following command to download the script:
wget http://www.qmailtoaster.com/distro/centos/cnt50/current-download-script.sh
Once the script is downloaded, enter the following command to run the script:
sh current-download-script.sh
7. After all the packages are installed, you are finally ready to install Qmailtoaster. If you want to manually install the packages on CentOS, you will need to enter the following command into the terminal:
rpmbuild --rebuild --with cnt50 daemontools-toaster-*
rpm -Uvh /usr/src/redhat/RPMS/i386/daemontools-toaster-*
The install script can be downloaded and run by entering the following commands:
wget http://www.qmailtoaster.com/distro/centos/cnt50/cnt50-install-script.sh
sh cnt50-install-script.sh
Published by The Armchair Geek
We are a Mid-West PLR Firm specializing in creating powerful web content for clients in a wide array of industries. This is a sampling of some of our IT-focused articles. For more of our work, you can co... View profile
- How to Install the Adobe Flash Plugin for LinuxFor years, Linux users have felt neglected and unappreciated, because companies didn't seem eager to support their products for Linux users. Flash was one of those products, but now, after the Linux version is finall...
Compiling the Linux 2.6 Kernel from ScratchDiscusses the procedure for obtaining and compiling the Linux 2.6 kernel.- How to Surf the Web Faster: Tweak Firefox to Get Speed for FreeEveryone wants a faster way to surf the net and of course if it is free, that is even better. If you are using Mozilla Firefox as your Internet browser, there is a way to tweak its performance.
Programming Using the GWBASIC RND CommandDetails on using the GWBASIC programming language's RND command, with several examples and explanations.
Joe Paterno: The Leading Man at Penn StateJoe Paterno is the winningest coach in Division I college football history. Entering the 2009 season, he had 383 career wins and 42 years as head coach of the Penn State Nittany...
- How to Access and Use a Windows Command Line
- Cheats for Sims 2 on the PC
- How to Install the Thunar File Manager
- Listing and Killing Processes from the Windows Command Line: Stupid Admin Tricks #2
- Optimizing Ubuntu 9.04 For the Asus Eee PC 701
- How to Launch Command Prompt with Right Click
- How to Switch to the Window Maker Desktop in Ubuntu


