FreeBSD/jails/config/mail/dovecot/conf.d/20-imap.conf

11 lines
327 B
Plaintext
Raw Normal View History

2020-02-25 11:28:31 -08:00
# Use a longer IDLE interval to reduce network chatter and save battery
# life. Max is 30 minutes.
imap_idle_notify_interval = 29 mins
protocol imap {
# max IMAP connections per IP address
mail_max_userip_connections = 50
# imap_sieve will be used for spam training by rspamd
mail_plugins = $mail_plugins imap_sieve
}