diff options
Diffstat (limited to 'manifests/firma.pp')
-rw-r--r-- | manifests/firma.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp index 5662733..a2a6ffd 100644 --- a/manifests/firma.pp +++ b/manifests/firma.pp @@ -9,6 +9,16 @@ class mail::firma( mail::firma::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::transport { "${subdomain}.$domain": ensure => absent, destination => "firma", |