Skip to content

Commit e02ffed

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/core/config/guides/quick.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,26 @@ 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+
# By default first_valid_uid is 500. If your vmail user's UID is smaller,
41+
# you need to modify this:
4042
#first_valid_uid = uid-number-of-vmail-user
4143
4244
namespace inbox {
4345
inbox = yes
4446
separator = /
4547
}
4648
47-
# Use system users:
49+
# Authenticate as system users:
4850
passdb pam {
4951
}
5052
51-
ssl_cert_file = /path/to/cert.pem
52-
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
5355
```
5456
:::
5557

0 commit comments

Comments
 (0)