summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/mlmmj.pp5
-rw-r--r--manifests/schleuder.pp4
2 files changed, 9 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)
) {
diff --git a/manifests/schleuder.pp b/manifests/schleuder.pp
index 1d4ca75..a858a5f 100644
--- a/manifests/schleuder.pp
+++ b/manifests/schleuder.pp
@@ -1,3 +1,7 @@
+# Manages a schleuder farm.
+#
+# You might also want to edit or manage /etc/schleuder/schleuder.conf
+# and customize things such as superadminaddr.
class mail::schleuder(
$subdomain = hiera('schleuder_subdomain', $mail::schleuder::params::subdomain)
) {