summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/system.pp24
1 files changed, 12 insertions, 12 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index c6b06da..f00aef9 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -8,18 +8,18 @@ class mail::system(
# Base postfix class
class { 'postfix':
root_mail_recipient => $root_mail_recipient,
- smtp_listen => "all"
- use_amavisd => "yes"
- use_dovecot_lda => "yes"
- use_schleuder => "yes"
- use_sympa => "yes"
- use_mlmmj => "yes"
- use_firma => "yes"
- use_submission => "yes"
- use_smtps => "no"
- anon_sasl => "yes"
- manage_transport_regexp => "yes"
- manage_virtual_regexp => "yes"
+ smtp_listen => "all",
+ use_amavisd => "yes",
+ use_dovecot_lda => "yes",
+ use_schleuder => "yes",
+ use_sympa => "yes",
+ use_mlmmj => "yes",
+ use_firma => "yes",
+ use_submission => "yes",
+ use_smtps => "no",
+ anon_sasl => "yes",
+ manage_transport_regexp => "yes",
+ manage_virtual_regexp => "yes",
manage_header_checks => "yes",
manage_tls_policy => hiera('mail::postfix_manage_tls_policy', $mail::system::params::postfix_manage_tls_policy)
}