This tutorial will help you to setup DomainKeys and postfix configuration on Centos server. Install EPEL repository: 64 bit: # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm 32 bit: # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm Install DKIM: # yum install opendkim # mkdir /etc/opendkim/keys/linuxpcfix.com # export domain=linuxpcfix.com # cd /etc/opendkim/keys/linuxpcfix.com Generate Private keys as...
Continue reading
MPM (Multi processing module) is a component of apache webserver, that determines how multiple clients or connections will be handled. Apache is flexible by design and there are different MPMs that can be used with apache webserver depending on the needs. Some of the common MPMs on Linux...
Continue reading
This tutorial will tell you that how to configure Postfix with multiple instances. Prerequisites. Centos 6.x Postfix 2.6 Step 1. Install postfix through below command. #yum install postfix Step 2. Then runs below command to enalbe postfix in multiple instances mode. #postmulti -e init The above command will...
Continue reading