]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Comments about known issues
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 27 Jan 2016 21:50:10 +0000 (19:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 27 Jan 2016 21:50:10 +0000 (19:50 -0200)
manifests/mlmmj.pp
manifests/schleuder.pp

index 2ef7d4ffbf377bde1d6a8f75ba8d42195aa17d79..dc1d4f0b69b3a8c412f5776b4dbc4b3e3e9994ab 100644 (file)
@@ -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)
 ) {
index 1d4ca751bd3a81b61514f4f61925d004b82a77b0..a858a5f3dc6e0774d979886c5a94b32cba09ec24 100644 (file)
@@ -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)
 ) {