summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 2ef7d4f..dc1d4f0 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -1,3 +1,8 @@
+# Manages a mlmmj farm.
+# Known issues:
+#
+# - lists with hyphens are not working when mails are sent directly, but work when sent to an alias.
+# - mail::mlmmj::domain just support a single domain; additional domains should be added into relay_domains.
class mail::mlmmj(
$subdomain = hiera('mail::mlmmj::subdomain', $mail::mlmmj::params::subdomain)
) {