diff options
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r-- | manifests/sympa.pp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp index 4ba528a..2c9a373 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -102,13 +102,7 @@ class mail::sympa( require => Service['sympa'], } - postfix::transport_regexp_snippet { 'sympa_transport_regexp': - content => template('mail/sympa/transport_regexp.erb'), - } - - postfix::virtual_regexp_snippet { 'sympa_virtual_regexp': - content => template('mail/sympa/virtual_regexp.erb'), - } + mail::sympa::domain { "${subdomain}.${domain}": } postfix::config { "sympa_destination_recipient_limit": value => '1', nonstandard => true; |