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. This patch has been tested on postfix 2.2.11. Installation ============ Download postfix-2.2.x.tar.gz from http://www.postfix.org/download.html Unzip and untar it by: tar -xvzf postfix-2.2.x.tar.gz Go to the postfix-2.2.x directory: cd postfix-2.2.x/ Apply the postfix-2.2.x_dnssec_patch.txt patch found in this directory by: patch -p 1 -b -z .orig