Skip to content
Snippets Groups Projects
Commit f3cf880b authored by Frederik Schwan's avatar Frederik Schwan
Browse files

Merge branch 'fix-relayhosts' into 'master'

fix postfix relayhosts cannot connect to mail.archlinux.org due to too low security level

See merge request !249
parents 6d4ca02b 5645de71
No related branches found
No related tags found
1 merge request!249fix postfix relayhosts cannot connect to mail.archlinux.org due to too low security level
Pipeline #4223 passed
...@@ -35,7 +35,11 @@ smtpd_tls_mandatory_ciphers=high ...@@ -35,7 +35,11 @@ smtpd_tls_mandatory_ciphers=high
tls_high_cipherlist=EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHAA tls_high_cipherlist=EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHAA
smtp_tls_loglevel = 1 smtp_tls_loglevel = 1
{% if postfix_relayhost %}
smtp_tls_security_level = encrypt
{% else %}
smtp_tls_security_level = may smtp_tls_security_level = may
{% endif %}
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment