maybe chmod 0755 'perl/Net'
maybe chmod 0644 'perl/Net/libnet.cfg'
maybe chmod 0755 'postfix'
+maybe chmod 0644 'postfix/.gitignore'
maybe chmod 0644 'postfix/access'
-maybe chmod 0644 'postfix/access.db'
+maybe chmod 0644 'postfix/aliases'
+maybe chgrp 'postfix' 'postfix/body_checks.pcre'
+maybe chmod 0640 'postfix/body_checks.pcre'
maybe chmod 0644 'postfix/dynamicmaps.cf'
maybe chmod 0755 'postfix/dynamicmaps.cf.d'
maybe chmod 0644 'postfix/main.cf'
maybe chmod 0755 'postfix/postfix-script'
maybe chmod 0755 'postfix/sasl'
maybe chmod 0644 'postfix/virtual'
-maybe chmod 0644 'postfix/virtual.db'
maybe chmod 0755 'ppp'
maybe chmod 0755 'ppp/ip-down.d'
maybe chmod 0755 'ppp/ip-down.d/bind9'
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = dev-mail-fbrehm.pixelpark.com
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
+alias_maps = hash:/etc/postfix/aliases
+alias_database = hash:/etc/postfix/aliases
myorigin = /etc/mailname
mydestination = $myhostname, dev-mail-fbrehm.pixelpark.com, localhost.pixelpark.com, , localhost
relayhost =
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
+body_checks = pcre:/etc/postfix/body_checks.pcre
+disable_vrfy_command = yes