diff options
author | varac <varacanero@zeromail.org> | 2013-04-26 10:09:21 +0200 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 13:51:06 -0400 |
commit | 6b4d0522e1578ea1a0683c6a8d6c4117dca67d2f (patch) | |
tree | d0df596ba8f6ee0b0f37bbe0a68f8ebcac2899dc /puppet/modules | |
parent | 28e4abe1b1032746cf63616a6e7a1f43860061c4 (diff) |
using alias resolver
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index 932cdd75..ee9bce3e 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -27,19 +27,7 @@ class site_postfix::mx { value => 'hash:/etc/postfix/virtual'; } - postfix::hash { '/etc/postfix/virtual': } - postfix::hash { '/etc/postfix/recipient': } - - # for now, accept all mail - line {'deliver to vmail': - file => '/etc/postfix/recipient', - line => "@${domain} vmail", - notify => Exec['generate /etc/postfix/recipient.db'], - require => Package['postfix'], - } - - postfix::virtual { "@${domain}": destination => 'vmail'; } - #postfix::mailalias { 'vmail': recipient => 'vmail' } + #include site_postfix::mx::smtp_checks user { 'vmail': ensure => present, |