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 e02ffedCopy full SHA for e02ffed
docs/core/config/guides/quick.md
@@ -32,24 +32,26 @@ 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
+# By default first_valid_uid is 500. If your vmail user's UID is smaller,
41
+# you need to modify this:
42
#first_valid_uid = uid-number-of-vmail-user
43
44
namespace inbox {
45
inbox = yes
46
separator = /
47
}
48
-# Use system users:
49
+# Authenticate as system users:
50
passdb pam {
51
52
-ssl_cert_file = /path/to/cert.pem
-ssl_key_file = /path/to/key.pem
53
+ssl_cert_file = /etc/dovecot/ssl-cert.pem
54
+ssl_key_file = /etc/dovecot/ssl-key.pem
55
```
56
:::
57
0 commit comments