summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 5487ed3..89f50c6 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -95,8 +95,7 @@ class mail::system(
true: {
class { 'mail::mlmmj': }
- # Since we're using transport_regexps, we dont need this anymore
- #$mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
+ $mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
}
}
@@ -116,7 +115,7 @@ class mail::system(
}
case $relay_domains {
- '': { $real_relay_domains = "${mydestination}${sympa_relay_domains}${schleuder_relay_domains}${firma_relay_domains}" }
+ '': { $real_relay_domains = "${mydestination}${sympa_relay_domains}${schleuder_relay_domains}${mlmmj_relay_domains}${firma_relay_domains}" }
}
# Include base configuration