File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,34 @@ You need to create group `vmail` and user `vmail`.
3030dovecot_config_version = 2.4.0
3131dovecot_storage_version = 2.4.0
3232
33+ # Enable wanted protocols:
34+ protocols {
35+ imap = yes
36+ lmtp = yes
37+ }
38+
3339mail_home = /srv/mail/%{user}
3440mail_driver = sdbox
35- mail_path = ~/Mail
41+ mail_path = ~/mail
3642
3743mail_uid = vmail
3844mail_gid = vmail
39- ## this is sometimes needed
45+
46+ # By default first_valid_uid is 500. If your vmail user's UID is smaller,
47+ # you need to modify this:
4048#first_valid_uid = uid-number-of-vmail-user
4149
4250namespace inbox {
4351 inbox = yes
4452 separator = /
4553}
4654
47- # Use system users:
55+ # Authenticate as system users:
4856passdb pam {
4957}
5058
51- ssl_cert_file = /path/to/ cert.pem
52- ssl_key_file = /path/to/ key.pem
59+ ssl_cert_file = /etc/dovecot/ssl- cert.pem
60+ ssl_key_file = /etc/dovecot/ssl- key.pem
5361```
5462:::
5563
You can’t perform that action at this time.
0 commit comments