Home » Archive by category Postfix (Page 2)

DomainKeys and postfix configuration on Centos

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

How to create mail account/user in postfix

This tutorial will help you to create mail user/account at postfix mail server 1. First of all you have to build a system user and a password: #useradd info #passwd info Then run 2. Then you have to tell Postfix to transport emails to a user’s Maildir: #postconf...
Continue reading

Flush postfix queue

Traditional “sendmail -q” command flushes mail queue. Under Postfix, just enter the following to flush the mail queue # postfix flush OR # postfix -f To view mail queue, enter: # mailq To delete all mail from the queue, enter: # postsuper -d ALL To delete all mails...
Continue reading

Configure Postfix with multiple instances on centos

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

Categorized Tag Cloud