This commit is contained in:
Zhang Huangbin 2019-09-07 11:43:28 +08:00
parent 89e0d6d853
commit 750d3ddb1a
2 changed files with 0 additions and 5 deletions

View File

@ -23,9 +23,6 @@ Changes required to be made in Dovecot main config file `/etc/dovecot/dovecot.co
ssl_min_protocols = TLSv1.2
```
Note: if you need to support old mail client applications which don't support
`TLSv1.2`, you may need to set it to `TLSv1.1`. Please use `TLSv1.2` if possible.
* Add new parameter `ssl_dh` and load existing file:
* on CentOS, it's `/etc/pki/tls/dhparams.pem`
* on Debian/Ubuntu, FreeBSD, OpenBSD, it's `/etc/ssl/dhparams.pem`

View File

@ -45,8 +45,6 @@
<pre><code>ssl_min_protocols = TLSv1.2
</code></pre>
<p>Note: if you need to support old mail client applications which don't support
<code>TLSv1.2</code>, you may need to set it to <code>TLSv1.1</code>. Please use <code>TLSv1.2</code> if possible.</p>
<ul>
<li>Add new parameter <code>ssl_dh</code> and load existing file:<ul>
<li>on CentOS, it's <code>/etc/pki/tls/dhparams.pem</code></li>