Skip to content

Commit d3066e3

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

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/core/config/guides/quick.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,27 @@ You need to create group `vmail` and user `vmail`.
3030
dovecot_config_version = 2.4.0
3131
dovecot_storage_version = 2.4.0
3232
33-
mail_home = /srv/mail/%{user}
33+
mail_home = /var/vmail/%{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)