Skip to content
Snippets Groups Projects
Commit 5502d4d2 authored by Lars Beckers's avatar Lars Beckers
Browse files

dovecot/postfix: make defaults more unspecific

parent 7ab9b9d9
No related branches found
No related tags found
No related merge requests found
...@@ -16,16 +16,15 @@ dovecot_tls_key: /etc/ssl/private/privkey.pem ...@@ -16,16 +16,15 @@ dovecot_tls_key: /etc/ssl/private/privkey.pem
dovecot_tls_ca_dir: /etc/ssl/certs dovecot_tls_ca_dir: /etc/ssl/certs
dovecot_tls_ciphers: "{{ tls_ciphers }}" dovecot_tls_ciphers: "{{ tls_ciphers }}"
dovecot_tls_dh_length: 4096 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_tls: no
dovecot_dsync_group: dovecot dovecot_dsync_group: dovecot
dovecot_dsync_address: '0.0.0.0' dovecot_dsync_address: '0.0.0.0'
dovecot_dsync_password: "{{ lookup('passwordstore', dovecot_dsync_passwordstore ~ ' create=true length=20') }}" 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_dsync_host_attribute: ansible_host
dovecot_content_filter: yes dovecot_content_filter: no
dovecot_spam_folder: Spam dovecot_spam_folder: Spam
...@@ -7,9 +7,8 @@ postfix_virtual_domains: [] ...@@ -7,9 +7,8 @@ postfix_virtual_domains: []
postfix_tls_cert: /etc/ssl/private/fullchain.pem postfix_tls_cert: /etc/ssl/private/fullchain.pem
postfix_tls_key: /etc/ssl/private/privkey.pem postfix_tls_key: /etc/ssl/private/privkey.pem
postfix_tls_ciphers: "{{ tls_ciphers }}" 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_prefer_lmtp: no
postfix_enable_memcached: no postfix_enable_memcached: no
postfix_login_suffix: '' postfix_login_suffix: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment