diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-27 19:50:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-27 19:50:10 -0200 |
commit | 75f7b916756558716946c56dcf513d0ffaf43f12 (patch) | |
tree | d880f78ab8750e4c535787792d313063bea89a90 /manifests | |
parent | 7ca4efbc29489b7092e121f703c680590acde6d9 (diff) | |
download | puppet-mail-75f7b916756558716946c56dcf513d0ffaf43f12.tar.gz puppet-mail-75f7b916756558716946c56dcf513d0ffaf43f12.tar.bz2 |
Comments about known issues
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mlmmj.pp | 5 | ||||
-rw-r--r-- | manifests/schleuder.pp | 4 |
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) ) { |