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 6b5ecaf commit a3d4c90Copy full SHA for a3d4c90
docs/core/config/guides/quick.md
@@ -32,24 +32,25 @@ dovecot_storage_version = 2.4.0
32
33
mail_home = /srv/mail/%{user}
34
mail_driver = sdbox
35
-mail_path = ~/Mail
+mail_path = ~/mail
36
37
mail_uid = vmail
38
mail_gid = vmail
39
-## this is sometimes needed
+
40
+# If vmail user's UID is less than 500, this needs to be set:
41
#first_valid_uid = uid-number-of-vmail-user
42
43
namespace inbox {
44
inbox = yes
45
separator = /
46
}
47
-# Use system users:
48
+# Authenticate as system users:
49
passdb pam {
50
51
-ssl_cert_file = /path/to/cert.pem
52
-ssl_key_file = /path/to/key.pem
+ssl_cert_file = /etc/dovecot/ssl-cert.pem
53
+ssl_key_file = /etc/dovecot/ssl-key.pem
54
```
55
:::
56
0 commit comments