Browse Source

Dovecot crypto settings

Bob Mottram 11 years ago
parent
commit
e770fc0218
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt View File

1827
 mail_location = maildir:~/Maildir:LAYOUT=fs
1827
 mail_location = maildir:~/Maildir:LAYOUT=fs
1828
 #+END_SRC
1828
 #+END_SRC
1829
 
1829
 
1830
+Save and exit.
1831
+
1832
+#+BEGIN_SRC: bash
1833
+emacs /etc/dovecot/conf.d/10-ssl.conf
1834
+#+END_SRC
1835
+
1836
+Append the following:
1837
+
1838
+#+BEGIN_SRC: bash
1839
+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'
1840
+#+END_SRC
1841
+
1830
 Save and exit, then start the dovecot service.
1842
 Save and exit, then start the dovecot service.
1831
 
1843
 
1832
 #+BEGIN_SRC: bash
1844
 #+BEGIN_SRC: bash