Dovecot crypto settings

This commit is contained in:
Bob Mottram 2014-04-21 17:23:32 +01:00
parent 2a29cc921f
commit e770fc0218
1 changed files with 12 additions and 0 deletions

View File

@ -1827,6 +1827,18 @@ Line 30: uncomment and add:
mail_location = maildir:~/Maildir:LAYOUT=fs
#+END_SRC
Save and exit.
#+BEGIN_SRC: bash
emacs /etc/dovecot/conf.d/10-ssl.conf
#+END_SRC
Append the following:
#+BEGIN_SRC: bash
ssl_cipher_list = '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-SHA'
#+END_SRC
Save and exit, then start the dovecot service.
#+BEGIN_SRC: bash