mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 13:47:12 +00:00
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
# /etc/dovecot/conf.d/30-protocols.conf
|
|
# IMAP protocol specifics.
|
|
protocol imap {
|
|
mail_plugins = </etc/dovecot/mail_plugins_imap
|
|
imap_metadata = yes
|
|
}
|
|
|
|
# LMTP protocol specifics.
|
|
protocol lmtp {
|
|
mail_plugins = </etc/dovecot/mail_plugins_lmtp
|
|
auth_socket_path = /var/run/dovecot/auth-master
|
|
}
|
|
|
|
# ManageSieve protocol specifics.
|
|
protocol sieve {
|
|
managesieve_logout_format = bytes=%i/%o
|
|
} |