diff options
author | varac <varacanero@zeromail.org> | 2013-04-26 12:24:05 +0200 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 13:51:34 -0400 |
commit | 2a853087a0bec5f9ec166fff538bda9076bb8369 (patch) | |
tree | f2a55e9f1e32ac11959f88fb299627d3347052c1 /puppet/modules/site_postfix/manifests | |
parent | 6b4d0522e1578ea1a0683c6a8d6c4117dca67d2f (diff) |
smtpd_checks: smtpd_data_restrictions
Diffstat (limited to 'puppet/modules/site_postfix/manifests')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index ee9bce3e..24698878 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -27,7 +27,7 @@ class site_postfix::mx { value => 'hash:/etc/postfix/virtual'; } - #include site_postfix::mx::smtp_checks + include site_postfix::mx::smtpd_checks user { 'vmail': ensure => present, |