From 5502d4d2f5f0d69a82a56c3d52591e9c4f92d8ea Mon Sep 17 00:00:00 2001
From: Lars Beckers <lars.beckers@rwth-aachen.de>
Date: Mon, 16 Jul 2018 17:06:48 +0200
Subject: [PATCH] dovecot/postfix: make defaults more unspecific

---
 dovecot/defaults/main.yml | 9 ++++-----
 postfix/defaults/main.yml | 3 +--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dovecot/defaults/main.yml b/dovecot/defaults/main.yml
index 2e094cc..69f0c0a 100644
--- a/dovecot/defaults/main.yml
+++ b/dovecot/defaults/main.yml
@@ -16,16 +16,15 @@ dovecot_tls_key: /etc/ssl/private/privkey.pem
 dovecot_tls_ca_dir: /etc/ssl/certs
 dovecot_tls_ciphers: "{{ tls_ciphers }}"
 dovecot_tls_dh_length: 4096
-dovecot_tls_protocols: TLSv1.1 TLSv1.2 !SSLv3
+dovecot_tls_protocols: 'TLSv1.1 TLSv1.2 !SSLv3'
 
-dovecot_dsync: yes
+dovecot_dsync: no
 dovecot_dsync_tls: no
 dovecot_dsync_group: dovecot
 dovecot_dsync_address: '0.0.0.0'
 dovecot_dsync_password: "{{ lookup('passwordstore', dovecot_dsync_passwordstore ~ ' create=true length=20') }}"
-dovecot_dsync_passwordstore: selfhosted/dsync
+dovecot_dsync_passwordstore: dsync
 dovecot_dsync_host_attribute: ansible_host
 
-dovecot_content_filter: yes
+dovecot_content_filter: no
 dovecot_spam_folder: Spam
-
diff --git a/postfix/defaults/main.yml b/postfix/defaults/main.yml
index 9c10031..111ed78 100644
--- a/postfix/defaults/main.yml
+++ b/postfix/defaults/main.yml
@@ -7,9 +7,8 @@ postfix_virtual_domains: []
 postfix_tls_cert: /etc/ssl/private/fullchain.pem
 postfix_tls_key: /etc/ssl/private/privkey.pem
 postfix_tls_ciphers: "{{ tls_ciphers }}"
-postfix_tls_protocols: "!SSLv2 !SSLv3"
+postfix_tls_protocols: '!SSLv2 !SSLv3'
 
-postfix_login_suffix: '@extmind.de'
 postfix_prefer_lmtp: no
 postfix_enable_memcached: no
 postfix_login_suffix: ''
-- 
GitLab