Compare commits

..

No commits in common. "a4f5536f12d30d683072c65c21da4afc31d95cb0" and "ca8217859da48855179b76453b5f8dc439e08ac3" have entirely different histories.

2 changed files with 5 additions and 18 deletions

View file

@ -14,11 +14,7 @@
- mail - mail
become: true become: true
roles: roles:
- role: dovecot - dovecot
tags: [dovecot] - rspamd
- role: rspamd - postfix
tags: [rspamd] - mlmmj
- role: postfix
tags: [postfix]
- role: mlmmj
tags: [mlmmj]

View file

@ -353,14 +353,6 @@ postfix_config:
value: 'aNULL' value: 'aNULL'
state: present state: present
- name: smtpd_tls_mandatory_protocols
value: 'TLSv1.2 TLSv1.3'
state: present
- name: smtpd_tls_protocols
value: 'TLSv1.2 TLSv1.3'
state: present
- name: smtpd_tls_received_header - name: smtpd_tls_received_header
value: 'yes' value: 'yes'
state: present state: present
@ -378,8 +370,7 @@ postfix_config:
state: present state: present
- name: tls_high_cipherlist - name: tls_high_cipherlist
value: |- value: 'EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA'
'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384'
state: present state: present
- name: tls_ssl_options - name: tls_ssl_options