accounts/deploy/base-images/mail-stack/dovecot/config/local.conf.tmpl
2025-12-03 13:24:40 +08:00

15 lines
189 B
Cheetah

service auth {
unix_listener auth-userdb {
mode = 0660
user = chasquid
group = chasquid
}
}
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
}