Skip to content

Instantly share code, notes, and snippets.

@opi
Last active August 29, 2015 14:07
Show Gist options
  • Save opi/cceecf9602013e3f4135 to your computer and use it in GitHub Desktop.
Save opi/cceecf9602013e3f4135 to your computer and use it in GitHub Desktop.
YNH Poodle

YunoHost Poodle battle plan

## Dovecot

File : /etc/dovecot/dovecot.conf
Add :

ssl_protocols = !SSLv2 !SSLv3

and service dovecot restart

## Postfix

File: /etc/postfix/main.cf
Add :

smtpd_tls_mandatory_protocols=!SSLv2,!SSLv3

and service postfix restart

## Metronome

File : /etc/metronome/conf.d/DOMAIN.TLD.cfg.lua

Into ssl {} options, add :

options = {"no_sslv2", "no_sslv3", "no_ticket", "no_compression"};

and service metronome restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment