postfix DNSSEC HOWTO ===================== (Version 0.1) Introduction ============ This HOWTO describes the installation, configuration and execution steps for adding DNSSEC validation to outbound email for postfix. The two 2.3.x patches have been tested with postfix version 2.3.3 and version 2.3.8 respectively. Installation ============ Download postfix-2.3.x.tar.gz from http://www.postfix.org/download.html Unzip and untar it by: tar -xvzf postfix-2.3.x.tar.gz Go to the postfix-2.3.x directory: cd postfix-2.3.x/ Apply the postfix-2.3.3_dnssec_patch.txt or postfix-2.3.8_dnssec_patch.txt patch found in this directory by: patch -p 1 -b -z .orig