From a4c29415652da7f935abecd36318361ce6b54523 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 26 Feb 2016 11:39:13 +0100 Subject: [PATCH] Bugfixing --- postfix/satellite.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/satellite.sls b/postfix/satellite.sls index 1daa7cf..d3663ea 100644 --- a/postfix/satellite.sls +++ b/postfix/satellite.sls @@ -11,7 +11,7 @@ 'Arch' : { 'aliases_file': '/etc/aliases', }, -}, +}) %} postfix: @@ -24,7 +24,7 @@ postfix: config: smtpd_banner: $myhostname ESMTP $mail_name (Debian/GNU) biff: 'no' - smtp_tls_CApath = /etc/ssl/certs + smtp_tls_CApath: '/etc/ssl/certs' append_dot_mydomain: 'yes' readme_directory: 'no' mydestination: localhost, localhost.localdomain -- 2.39.5