summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-27 16:59:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-27 16:59:34 -0300
commit6af3f3f188444ae365383e4c4f6be23af967495c (patch)
tree9cc2a81837b415db1d95959df30e87526d3489fa /manifests/sympa.pp
parent962b4a437bda287e1b435f887ee4784584e67085 (diff)
downloadpuppet-mail-6af3f3f188444ae365383e4c4f6be23af967495c.tar.gz
puppet-mail-6af3f3f188444ae365383e4c4f6be23af967495c.tar.bz2
Ensure old virtual and transport regexps are removed
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;