Hi, I'm becaming crazy about this! I've asked before, not no matter what i do or conf, never works. How can i make IDLE work for real with MSOutlook, so that i can receive emails when they arrive, instead of changing folder/get out and in my account? Here's my conf, should it be reflected in postconf -n (is it the running conf?): ================= root at fastmail:/etc/dovecot# grep -ir idle * conf.d/20-imap.conf.ucf-dist:# If nothing happens for this long while client is IDLEing, move the connection conf.d/20-imap.conf.ucf-dist:# IDLEing. conf.d/20-imap.conf.ucf-dist:#imap_idle_notify_interval = 2 mins conf.d/20-imap.conf:imapc_max_idle_time = 1440 mins conf.d/20-imap.conf:# IDLEing. conf.d/20-imap.conf:#imap_idle_notify_interval = 2 mins conf.d/20-imap.conf:imap_idle_notify_interval = 1 min conf.d/20-imap.conf:#imap_client_workarounds = outlook-idle conf.d/10-mail.conf.ucf-dist:# When IDLE command is running, mailbox is checked once in a while to see if conf.d/10-mail.conf.ucf-dist:#mailbox_idle_check_interval = 30 secs conf.d/10-mail.conf:# When IDLE command is running, mailbox is checked once in a while to see if conf.d/10-mail.conf:#mailbox_idle_check_interval = 30 secs root at fastmail:/etc/dovecot# postconf -n|grep -i idle root at fastmail:/etc/dovecot# -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190721/cb328fb0/attachment.html>
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 21/07/2019 15:24 Jorge Bastos via dovecot <dovecot@dovecot.org> wrote: </div> <div> <br> </div> <div> <br> </div> <div class="WordSection1"> <p class="MsoNormal">Hi,</p> <p class="MsoNormal"><br></p> <p class="MsoNormal">I’m becaming crazy about this!</p> <p class="MsoNormal">I’ve asked before, not no matter what i do or conf, never works.</p> <p class="MsoNormal"><br></p> <p class="MsoNormal">How can i make IDLE work for real with MSOutlook, so that i can receive emails when they arrive, instead of changing folder/get out and in my account?</p> <p class="MsoNormal">Here’s my conf, should it be reflected in postconf -n (is it the running conf?):</p> <p class="MsoNormal"><br></p> <p class="MsoNormal">==================</p> <p class="MsoNormal"><br></p> <p class="MsoNormal">root@fastmail:/etc/dovecot# grep -ir idle *</p> <p class="MsoNormal">conf.d/20-imap.conf.ucf-dist:# If nothing happens for this long while client is IDLEing, move the connection</p> <p class="MsoNormal">conf.d/20-imap.conf.ucf-dist:# IDLEing.</p> <p class="MsoNormal">conf.d/20-imap.conf.ucf-dist:#imap_idle_notify_interval = 2 mins</p> <p class="MsoNormal">conf.d/20-imap.conf:imapc_max_idle_time = 1440 mins</p> <p class="MsoNormal">conf.d/20-imap.conf:# IDLEing.</p> <p class="MsoNormal">conf.d/20-imap.conf:#imap_idle_notify_interval = 2 mins</p> <p class="MsoNormal">conf.d/20-imap.conf:imap_idle_notify_interval = 1 min</p> <p class="MsoNormal">conf.d/20-imap.conf:#imap_client_workarounds = outlook-idle</p> <p class="MsoNormal">conf.d/10-mail.conf.ucf-dist:# When IDLE command is running, mailbox is checked once in a while to see if</p> <p class="MsoNormal">conf.d/10-mail.conf.ucf-dist:#mailbox_idle_check_interval = 30 secs</p> <p class="MsoNormal">conf.d/10-mail.conf:# When IDLE command is running, mailbox is checked once in a while to see if</p> <p class="MsoNormal">conf.d/10-mail.conf:#mailbox_idle_check_interval = 30 secs</p> <p class="MsoNormal">root@fastmail:/etc/dovecot# postconf -n|grep -i idle</p> <p class="MsoNormal">root@fastmail:/etc/dovecot#</p> </div> </blockquote> <div> <br> </div> <div> Can you provide doveconf -n? Have you followed this https://doc.dovecot.org/configuration_manual/hibernation/ </div> <div class="io-ox-signature"> <pre>--- Aki Tuomi</pre> </div> </body> </html>
Am 21.07.19 um 14:24 schrieb Jorge Bastos via dovecot:> Hi,[ ... ]> How can i make IDLE work for real with MSOutlook, so that i can receive > emails when they arrive, instead of changing folder/get out and in my > account?Microsoft's Outlook is primarily meant as the client for Exchange. IMAP is been poorly implemented, across many generations of Outlook. So are you sure your Outlook even supports IMAP IDLE? And if it does, not only on the single folder you have a running connection to but for all folders?> Here's my conf, should it be reflected in postconf -n (is it the running > conf?):Postfix has nothing to do with that, so "postconf -n" is not required.> =================> > > > root at fastmail:/etc/dovecot# grep -ir idle * > > conf.d/20-imap.conf.ucf-dist:# If nothing happens for this long while client > is IDLEing, move the connection > > conf.d/20-imap.conf.ucf-dist:# IDLEing. > > conf.d/20-imap.conf.ucf-dist:#imap_idle_notify_interval = 2 mins > > conf.d/20-imap.conf:imapc_max_idle_time = 1440 mins > > conf.d/20-imap.conf:# IDLEing. > > conf.d/20-imap.conf:#imap_idle_notify_interval = 2 mins > > conf.d/20-imap.conf:imap_idle_notify_interval = 1 min > > conf.d/20-imap.conf:#imap_client_workarounds = outlook-idle > > conf.d/10-mail.conf.ucf-dist:# When IDLE command is running, mailbox is > checked once in a while to see if > > conf.d/10-mail.conf.ucf-dist:#mailbox_idle_check_interval = 30 secs > > conf.d/10-mail.conf:# When IDLE command is running, mailbox is checked once > in a while to see if > > conf.d/10-mail.conf:#mailbox_idle_check_interval = 30 secs > > root at fastmail:/etc/dovecot# postconf -n|grep -i idle"doveconf -n" would tell you which settings are effectively set.> root at fastmail:/etc/dovecot#Alexander
Here's the full dovecot -n for you both: https://pastebin.com/C5JEJr0D From: Aki Tuomi <aki.tuomi at open-xchange.com> Sent: Sunday, July 21, 2019 13:29 To: Jorge Bastos <mysql.jorge at decimal.pt>; Jorge Bastos via dovecot <dovecot at dovecot.org> Subject: Re: Help with IMAP IDLE On 21/07/2019 15:24 Jorge Bastos via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org> > wrote: Hi, I'm becaming crazy about this! I've asked before, not no matter what i do or conf, never works. How can i make IDLE work for real with MSOutlook, so that i can receive emails when they arrive, instead of changing folder/get out and in my account? Here's my conf, should it be reflected in postconf -n (is it the running conf?): ================= root at fastmail:/etc/dovecot# grep -ir idle * conf.d/20-imap.conf.ucf-dist:# If nothing happens for this long while client is IDLEing, move the connection conf.d/20-imap.conf.ucf-dist:# IDLEing. conf.d/20-imap.conf.ucf-dist:#imap_idle_notify_interval = 2 mins conf.d/20-imap.conf:imapc_max_idle_time = 1440 mins conf.d/20-imap.conf:# IDLEing. conf.d/20-imap.conf:#imap_idle_notify_interval = 2 mins conf.d/20-imap.conf:imap_idle_notify_interval = 1 min conf.d/20-imap.conf:#imap_client_workarounds = outlook-idle conf.d/10-mail.conf.ucf-dist:# When IDLE command is running, mailbox is checked once in a while to see if conf.d/10-mail.conf.ucf-dist:#mailbox_idle_check_interval = 30 secs conf.d/10-mail.conf:# When IDLE command is running, mailbox is checked once in a while to see if conf.d/10-mail.conf:#mailbox_idle_check_interval = 30 secs root at fastmail:/etc/dovecot# postconf -n|grep -i idle root at fastmail:/etc/dovecot# Can you provide doveconf -n? Have you followed this https://doc.dovecot.org/configuration_manual/hibernation/ --- Aki Tuomi -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190721/917d8a09/attachment-0001.html>
Sorry... I meant to past dovecot and not postfix, doing simultaneously stuff ends up in this! Yes, i migrated from DBMail and it was working OK. Here it is: root at fastmail:/etc/dovecot# doveconf -n|grep -i idle imap_idle_notify_interval = 1 mins imapc_max_idle_time = 1 days root at fastmail:/etc/dovecot# -----Original Message----- From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Alexander Dalloz via dovecot Sent: Sunday, July 21, 2019 13:31 To: dovecot at dovecot.org Subject: Re: Help with IMAP IDLE Am 21.07.19 um 14:24 schrieb Jorge Bastos via dovecot:> Hi,[ ... ]> How can i make IDLE work for real with MSOutlook, so that i can > receive emails when they arrive, instead of changing folder/get out > and in my account?Microsoft's Outlook is primarily meant as the client for Exchange. IMAP is been poorly implemented, across many generations of Outlook. So are you sure your Outlook even supports IMAP IDLE? And if it does, not only on the single folder you have a running connection to but for all folders?> Here's my conf, should it be reflected in postconf -n (is it the > running > conf?):Postfix has nothing to do with that, so "postconf -n" is not required.> =================> > > > root at fastmail:/etc/dovecot# grep -ir idle * > > conf.d/20-imap.conf.ucf-dist:# If nothing happens for this long while > client is IDLEing, move the connection > > conf.d/20-imap.conf.ucf-dist:# IDLEing. > > conf.d/20-imap.conf.ucf-dist:#imap_idle_notify_interval = 2 mins > > conf.d/20-imap.conf:imapc_max_idle_time = 1440 mins > > conf.d/20-imap.conf:# IDLEing. > > conf.d/20-imap.conf:#imap_idle_notify_interval = 2 mins > > conf.d/20-imap.conf:imap_idle_notify_interval = 1 min > > conf.d/20-imap.conf:#imap_client_workarounds = outlook-idle > > conf.d/10-mail.conf.ucf-dist:# When IDLE command is running, mailbox > is checked once in a while to see if > > conf.d/10-mail.conf.ucf-dist:#mailbox_idle_check_interval = 30 secs > > conf.d/10-mail.conf:# When IDLE command is running, mailbox is checked > once in a while to see if > > conf.d/10-mail.conf:#mailbox_idle_check_interval = 30 secs > > root at fastmail:/etc/dovecot# postconf -n|grep -i idle"doveconf -n" would tell you which settings are effectively set.> root at fastmail:/etc/dovecot#Alexander