summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-21 10:36:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-21 10:36:08 -0300
commit43ee6682ec3b1b550379ab8e9a3f96244bb9062f (patch)
treeff82dc72dcf5aec332d435269c3df5cc153fbdf8 /manifests/sympa.pp
parentd130ff86ad08f5e73fa01f21a7ddfcc56e8b2cea (diff)
downloadpuppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.gz
puppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.bz2
Cleanup
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 94c89ad..6ddf0dc 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -113,18 +113,6 @@ class mail::sympa(
mail::sympa::domain { "${subdomain}.${domain}": }
- # TODO: remove in the future
- postfix::transport_regexp_snippet { "sympa_transport_regexp":
- ensure => absent,
- content => template('mail/sympa/transport_regexp.erb'),
- }
-
- # TODO: remove in the future
- postfix::virtual_regexp_snippet { "sympa_virtual_regexp":
- ensure => absent,
- content => template('mail/sympa/virtual_regexp.erb'),
- }
-
postfix::config {
"sympa_destination_recipient_limit": value => '1', nonstandard => true;
"sympabounce_destination_recipient_limit": value => '1', nonstandard => true;