Skip to content

Commit a3d4c90

Browse files
committed
guides/quick: Small cleanups for the example config
1 parent 6b5ecaf commit a3d4c90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/core/config/guides/quick.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,25 @@ dovecot_storage_version = 2.4.0
3232
3333
mail_home = /srv/mail/%{user}
3434
mail_driver = sdbox
35-
mail_path = ~/Mail
35+
mail_path = ~/mail
3636
3737
mail_uid = vmail
3838
mail_gid = vmail
39-
## this is sometimes needed
39+
40+
# If vmail user's UID is less than 500, this needs to be set:
4041
#first_valid_uid = uid-number-of-vmail-user
4142
4243
namespace inbox {
4344
inbox = yes
4445
separator = /
4546
}
4647
47-
# Use system users:
48+
# Authenticate as system users:
4849
passdb pam {
4950
}
5051
51-
ssl_cert_file = /path/to/cert.pem
52-
ssl_key_file = /path/to/key.pem
52+
ssl_cert_file = /etc/dovecot/ssl-cert.pem
53+
ssl_key_file = /etc/dovecot/ssl-key.pem
5354
```
5455
:::
5556

0 commit comments

Comments
 (0)