Logjam Vulnerability
Posted: 21 May 2015 00:46
Starting a thread on the Logjam Vulnerability.
I am currently researching and will post results and how-to here.
I am currently researching and will post results and how-to here.

Code: Select all
sudo openssl dhparam -out /etc/postfix/ssl/dhparam.pem 2048
Code: Select all
sudo postconf -e "smtpd_tls_dh1024_param_file = /etc/postfix/ssl/dhparam.pem"
Code: Select all
sudo postconf -e "smtpd_tls_ciphers = low"
Code: Select all
sudo service postfix reload