summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/system.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 8461ebd..5487ed3 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -94,7 +94,9 @@ class mail::system(
case hiera('mail::mlmmj', false) {
true: {
class { 'mail::mlmmj': }
- $mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
+
+ # Since we're using transport_regexps, we dont need this anymore
+ #$mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
}
}
@@ -114,7 +116,7 @@ class mail::system(
}
case $relay_domains {
- '': { $real_relay_domains = "${mydestination}${sympa_relay_domains}${schleuder_relay_domains}${mlmmj_relay_domains}${firma_relay_domains}" }
+ '': { $real_relay_domains = "${mydestination}${sympa_relay_domains}${schleuder_relay_domains}${firma_relay_domains}" }
}
# Include base configuration