mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
## Dovecot configuration file
|
|
|
|
!include_try /usr/share/dovecot/protocols.d/*.protocol
|
|
!include conf.d/*.conf
|
|
protocols = imap lmtp sieve
|
|
!include_try local.conf
|
|
|
|
log_path = /dev/stderr
|
|
auth_verbose = yes
|
|
auth_debug = yes
|
|
mail_debug = yes
|
|
|
|
mail_plugins = acl |