Quellcode durchsuchen

Increase security of postfix smtp tls ciphers, that is sending email to other smtp servers using encryption

Michael West vor 10 Jahren
Ursprung
Commit
aa2e1a0e74
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 3
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 Datei anzeigen

@@ -45,6 +45,9 @@ smtp_tls_loglevel = 2
45 45
 smtpd_tls_received_header = yes
46 46
 smtp_tls_note_starttls_offer = yes
47 47
 smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
48
+# http://www.postfix.org/FORWARD_SECRECY_README.html
49
+smtp_tls_ciphers = medium
50
+
48 51
 
49 52
 smtpd_sasl_type = dovecot
50 53
 smtpd_sasl_path = private/auth

Laden…
Abbrechen
Speichern