summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 2c9a373..bb20b81 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -104,6 +104,16 @@ class mail::sympa(
mail::sympa::domain { "${subdomain}.${domain}": }
+ # TODO: remove in the future
+ postfix::transport_regexp_snippet { "firma_transport_regexp":
+ ensure => absent,
+ }
+
+ # TODO: remove in the future
+ postfix::virtual_regexp_snippet { "firma_virtual_regexp":
+ ensure => absent,
+ }
+
postfix::config {
"sympa_destination_recipient_limit": value => '1', nonstandard => true;
"sympabounce_destination_recipient_limit": value => '1', nonstandard => true;