From cc90e80a1e3a330d3e2069fa4da19c91493fff41 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jul 2011 10:34:36 -0300 Subject: Using $postfix_anon_sasl --- manifests/system.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/system.pp') diff --git a/manifests/system.pp b/manifests/system.pp index 9a67de4..ac39929 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -4,6 +4,7 @@ class mail::system { $postfix_use_dovecot_lda = "yes" $postfix_use_schleuder = "yes" $postfix_use_sympa = "yes" + $postfix_anon_sasl = "yes" $postfix_mydestination = '$myhostname, localhost.$mydomain, localhost' $postfix_default_relay_domains = '$mydestination' -- cgit v1.2.3