summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-09-26 09:39:18 -0400
committerMicah Anderson <micah@leap.se>2013-09-26 09:39:18 -0400
commita1a512bdadb0fe45a89a883ac092960807b20672 (patch)
treef87eced831f02a7476b2f50cfe68fb1fc918670f /puppet/modules/site_postfix
parent8cbd46a5c62a4f6d91f03283ea9072e7fcc943d8 (diff)
parentaf6e944090a3b54ca605b1b6145fbb7c008fb093 (diff)
Merge branch 'bug/3868' into develop
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp14
1 files changed, 10 insertions, 4 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp
index 88922c00..0eb7a7cd 100644
--- a/puppet/modules/site_postfix/manifests/mx.pp
+++ b/puppet/modules/site_postfix/manifests/mx.pp
@@ -16,10 +16,16 @@ class site_postfix::mx {
postfix::config {
'mydestination':
value => "\$myorigin, localhost, localhost.\$mydomain, ${domain}";
- 'mailbox_size_limit': value => '0';
- 'home_mailbox': value => 'Maildir/';
- 'virtual_alias_maps': value => 'tcp:localhost:4242';
- 'luser_relay': value => 'vmail';
+ 'mailbox_size_limit':
+ value => '0';
+ 'home_mailbox':
+ value => 'Maildir/';
+ 'virtual_alias_maps':
+ value => 'tcp:localhost:4242';
+ 'luser_relay':
+ value => 'vmail';
+ 'smtpd_tls_received_header':
+ value => 'yes';
}
include site_postfix::mx::smtpd_checks