From 795fa4187cdbb8aa0b78c1e8825442d3c25c6f57 Mon Sep 17 00:00:00 2001
From: Hinrikus Wolf <mail@hinrikus-wolf.de>
Date: Thu, 25 Jan 2018 15:53:33 +0100
Subject: [PATCH] postfix: remove redundant config

---
 postfix/files/master.cf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/postfix/files/master.cf b/postfix/files/master.cf
index 1fa3529..541b442 100644
--- a/postfix/files/master.cf
+++ b/postfix/files/master.cf
@@ -18,9 +18,6 @@ smtp      inet  n       -       y       -       -       smtpd
 #tlsproxy  unix  -       -       y       -       0       tlsproxy
 submission inet n       -       y       -       -       smtpd 
 #  -o smtpd_tls_security_level=encrypt
-  -o smtpd_sasl_auth_enable=yes
-  -o smtpd_sasl_type=dovecot
-  -o smtpd_sasl_path=private/auth
   -o smtpd_sasl_security_options=noanonymous
   -o smtpd_sasl_local_domain=$myhostname
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
-- 
GitLab