We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bfc7e commit 542fe71Copy full SHA for 542fe71
docs/core/config/guides/quick.md
@@ -96,12 +96,6 @@ doveconf -nP > dovecot.conf
96
* Usually it does not matter in which file you write the setting. You only need
97
to be aware that later settings replace earlier ones. If you use the same
98
section multiple times, the settings are merged together.
99
-* To read the content of a file, for instance for the SSL certificate option,
100
- prefix the filename with a `<`, e.g.:
101
-
102
-```[dovecot.conf]
103
-ssl_cert_file = /etc/ssl/certs/imap.pem
104
-```
105
106
## Authentication
107
0 commit comments