diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:52:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:52:53 -0300 |
commit | 061c5272867a6e2240bfa58924e6b4709d278fbe (patch) | |
tree | 36071fcb81b83b0be363b2168e88bef3b1269876 /manifests | |
parent | 9930511b8d2a6d8b359be6c67d4a232937a7dea4 (diff) | |
download | puppet-mail-061c5272867a6e2240bfa58924e6b4709d278fbe.tar.gz puppet-mail-061c5272867a6e2240bfa58924e6b4709d278fbe.tar.bz2 |
Setting postfix_use_schleuder
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index b0d830e..c85f610 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -2,6 +2,7 @@ class mail::system { $postfix_smtp_listen = "all" $postfix_use_amavisd = "yes" $postfix_use_dovecot_lda = "yes" + $postfix_use_schleuder = "yes" $postfix_mydestination = '$myhostname, localhost.$mydomain, localhost' case $postfix_mynetworks { |