typo fixed. Thanks to Burps

This commit is contained in:
Christoph Haas 2025-11-14 16:13:36 +01:00
parent b77088a0f7
commit 6fd3a74ff1

View file

@ -113,7 +113,7 @@ to authenticate your users which is relevant later when we set up _relaying_.
Earlier in this guide you created both a key and a certificate file to encrypt the communication with IMAPS and HTTPS Earlier in this guide you created both a key and a certificate file to encrypt the communication with IMAPS and HTTPS
between the users and your mail server. You need to tell Dovecot where to find these files. Also set between the users and your mail server. You need to tell Dovecot where to find these files. Also set
[ssl=required](https://doc.dovecot.org/2.4.1/core/config/ssl.html#how-to-specify-when-ssl-tls-is-required) to prevent [ssl=required](https://doc.dovecot.org/2.4.1/core/config/ssl.html#how-to-specify-when-ssl-tls-is-required) to prevent
that someone sends their password without encryption. Again we will create a new file `99-ispmail-master.conf` to that someone sends their password without encryption. Again we will create a new file `99-ispmail-ssl.conf` to
override the defaults. override the defaults.
<Aside type="danger" title="Important"> <Aside type="danger" title="Important">