summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
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;