News

Mar 14, 2010
Category: General
Posted by: admin

18 May 2010, We just release Postfixrocks V1 for Slackware 12.x
You can download the packages from Download Menu

28 April 2010, We just release Postfixrocks V1 for CentOS/RHEL 5.x x86_64
You can download the packages from Download Menu

15 April 2010, We just release Postfixrocks V2 for OpenSUSE 11.1 X86_64
You can download the packages from Download menu

Postfixrocks V2 Release included :

- All previous postfixrocks packages
- Add Mailscanner
- Add ClamAV
- Add Spamassassin

 

Make a Donation

Does this site make your life easier? Help me keep it online.

 

Postmap All Postfix Config Files

We will need to postmap all postfix config files to make sure everything is working smoothly.

Postmap All Postfix Config

cd /etc/postfix
postmap virtual
postmap access
postmap canonical
postmap relocated
postmap sender_canonical
postmap transport

Note:

when you postmap the postfix config file. there will be 1 or 2 files not found.
you can simply touch a blank files and postmap it.
if everything goes smoothly when you postmap those config, please skip the example below.

Example :

touch /etc/postfix/sender_canonical
postmap /etc/postfix/sender_canonical