File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,27 @@ You need to create group `vmail` and user `vmail`.
3030dovecot_config_version = 2.4.0
3131dovecot_storage_version = 2.4.0
3232
33- mail_home = /srv/mail /%{user}
33+ mail_home = /var/vmail /%{user}
3434mail_driver = sdbox
35- mail_path = ~/Mail
35+ mail_path = ~/mail
3636
3737mail_uid = vmail
3838mail_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
4243namespace inbox {
4344 inbox = yes
4445 separator = /
4546}
4647
47- # Use system users:
48+ # Authenticate as system users:
4849passdb 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
You can’t perform that action at this time.
0 commit comments