Disable SSLv2 in Cyrus IMAP server | Cyrus often ships by default with SSLv2 enabled which can be considered a security vulnerability. Here’s how to disable SSLv2 in your Cyrus IMAP server! 1. Edit the file /etc/imapd.conf sudo nano /etc/imapd.conf Find the following line, and remove the SSLv2 indication where it may be found: Before: tls_cipher_list: TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH After: (below is the Debian
Backup Gmail Email in Linux
Backup Gmail Email in Linux | How can I backup my gmail email in Linux? On Linux (and OS X) you can use the command line program getmail. This how-to uses IMAP to connect to your gmail account. If you haven’t already, make sure to enable IMAP in the gmail settings! 1. Ok now install getmail in Ubuntu: sudo apt-get install

