summaryrefslogtreecommitdiff
blob: 7b323962d506c96395942624206c69853154b628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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
}
Powered by cgit v1.2.3 (git 2.41.0)