Commit 4c09c5cf authored by root's avatar root
Browse files

disable # mailbox_idle_check_interval = 30 seconds

parent 607e7478
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -233,7 +233,6 @@ mail_plugins =

# Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
# also required for IMAP NOTIFY extension to be enabled.
# da sa izklichi mailbox_list_index = yes shtoto beshe izkliucheno
mailbox_list_index = yes

# Trust mailbox list index to be up-to-date. This reduces disk I/O at the cost
@@ -254,7 +253,8 @@ mailbox_list_index = yes
# there are any new mails or other changes. This setting defines the minimum
# time to wait between those checks. Dovecot can also use inotify and
# kqueue to find out immediately when changes occur.
mailbox_idle_check_interval = 30 seconds
# it is enabled, in case if something happens enable it again
# mailbox_idle_check_interval = 30 seconds

# Save mails with CR+LF instead of plain LF. This makes sending those mails
# take less CPU, especially with sendfile() syscall with Linux and FreeBSD.