Displaying 20 results from an estimated 30000 matches similar to: "Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25"
2016 Aug 23
2
Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25
On 23.08.2016 15:08, cleber-listas at inetweb.com.br wrote:
> Hello Guys,
> I guess that I found a bug in Dovecot 2.2.18 and 2.2.25 versions. The
> problem it's when I try to connect in a Dovecot used a proxy to another
> e-mail server (in our case it's a Smartermail Server) the DoveCot send a
> lot of IDLE commands to the destination server. With that, the LOG files
>
2016 Aug 24
3
Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25
On 23 Aug 2016, at 15:08, cleber-listas at inetweb.com.br wrote:
>
> Hello Guys,
> I guess that I found a bug in Dovecot 2.2.18 and 2.2.25 versions. The
> problem it's when I try to connect in a Dovecot used a proxy to another
> e-mail server (in our case it's a Smartermail Server) the DoveCot send a
> lot of IDLE commands to the destination server. With that, the LOG
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/
when in idle mode thus never giving me a RECENT line even though there
are new messages in /var/spool/mail/ . Here are the imap commands to
reproduce the problem:
1 login userid password
2 select inbox
3 idle
When I run "select inbox" it does see my messages in /var/spool/mail/
and moves them over fine.
2017 Nov 13
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
From: Yang Zhang <yang.zhang.wz at gmail.com>
Implement a generic idle poll which resembles the functionality
found in arch/. Provide weak arch_cpu_idle_poll function which
can be overridden by the architecture code if needed.
Interrupts arrive which may not cause a reschedule in idle loops.
In KVM guest, this costs several VM-exit/VM-entry cycles, VM-entry
for interrupts and VM-exit
2017 Nov 16
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 06:03, Thomas Gleixner wrote:
> On Wed, 15 Nov 2017, Peter Zijlstra wrote:
>
>> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote:
>>> From: Yang Zhang <yang.zhang.wz at gmail.com>
>>>
>>> Implement a generic idle poll which resembles the functionality
>>> found in arch/. Provide weak arch_cpu_idle_poll function which
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 17:53, Thomas Gleixner wrote:
> On Thu, 16 Nov 2017, Quan Xu wrote:
>> On 2017-11-16 06:03, Thomas Gleixner wrote:
>> --- a/drivers/cpuidle/cpuidle.c
>> +++ b/drivers/cpuidle/cpuidle.c
>> @@ -210,6 +210,13 @@ int cpuidle_enter_state(struct cpuidle_device *dev,
>> struct cpuidle_driver *drv,
>> ??????????????? target_state =
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 17:53, Thomas Gleixner wrote:
> On Thu, 16 Nov 2017, Quan Xu wrote:
>> On 2017-11-16 06:03, Thomas Gleixner wrote:
>> --- a/drivers/cpuidle/cpuidle.c
>> +++ b/drivers/cpuidle/cpuidle.c
>> @@ -210,6 +210,13 @@ int cpuidle_enter_state(struct cpuidle_device *dev,
>> struct cpuidle_driver *drv,
>> ??????????????? target_state =
2019 Mar 12
2
Delayed flags changes over IDLE
Timo,
On Tue, Mar 12, 2019, at 3:56 AM, Timo Sirainen via dovecot wrote:
> On 10 Mar 2019, at 10.14, Kostya Vasilyev via dovecot <dovecot at dovecot.org> wrote:
>>
>> My mail is stored under ~/mail/.imap (not sure what this format is called), I mean not "single file mbox".
>>
>> I have not changed any IDLE related config settings:
>>
>>
2018 Dec 16
2
Bug in IDLE implementation for virtual mailbox
Hello!
I found bug in Dovecot's IDLE implementation when virtual mailbox is in
use. IDLE does not notify about new emails when email appears in newly
created mailbox and IDLE was issued in virtual folder which matches "*"
wildcard and that mailbox was created after opening virtual mailbox.
This problem is present in version 2.2.34 which is available in Debian
Stretch system with
2019 Jul 21
2
Help with IMAP IDLE
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
2019 Jul 22
2
Help with IMAP IDLE
> On 22 Jul 2019, at 12.45, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote:
>
> On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote:
>> SSL/TLS is done via Stunnel
>
>> Dirst, others have asked but I haven?t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com >
2017 Nov 15
6
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On Wed, 15 Nov 2017, Peter Zijlstra wrote:
> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote:
> > From: Yang Zhang <yang.zhang.wz at gmail.com>
> >
> > Implement a generic idle poll which resembles the functionality
> > found in arch/. Provide weak arch_cpu_idle_poll function which
> > can be overridden by the architecture code if needed.
>
>
2017 Nov 15
6
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On Wed, 15 Nov 2017, Peter Zijlstra wrote:
> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote:
> > From: Yang Zhang <yang.zhang.wz at gmail.com>
> >
> > Implement a generic idle poll which resembles the functionality
> > found in arch/. Provide weak arch_cpu_idle_poll function which
> > can be overridden by the architecture code if needed.
>
>
2019 Jul 23
3
Help with IMAP IDLE
Well,
I've been doing some research, and it seems that msoutlook 2016 and 2019
doesn't quite have imap idle support.
The odd part, is that when i had DBMail, it was IDLE'ing (i swear),
Would dbmail send something different that make it work? It was an old
version of dbmail, 2.3.7 i believe, from about 2012 or so.
And no, it wasn't the outlook options "send/receive", i
2011 Jun 24
1
IDLE disconnected
Hi all,
We have just migrate UW-Imap to Dovecot and started getting following errors in logs. Any idea ?
Dovecot version is 2.0.9
Jun 24 11:21:04 imap6 dovecot: imap(users1): Disconnected: Disconnected in IDLE bytes=444/1900
Jun 24 11:21:04 imap6 dovecot: imap(users20): Disconnected: Disconnected in IDLE bytes=126/890
Jun 24 11:21:04 imap6 dovecot: imap(users7): Disconnected: Disconnected in
2007 Nov 14
1
Mail.app IDLE support
Hi,
I'm trying to use the new IDLE support in Mail.app on Mac OS 10.5, and
it works sort of, but it seems to miss some notifications.
My guess is the IDLE support in Mail.app is implemented such that it
sets up a connection for IDLE notifications and then checks the mail
via another connection, and because of that the "IDLE-connection" gets
disconnected for inactivity after
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi,
This patch removes the magic number "31" for readability. The number
"31" means the idle domain ID.
In detail:
- display the idle domain ID with "Idle" instead of "31"
- write to the file "log-idle.log" instead of "log-dom31.log".
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Thanks,
--
KUWAMURA
2018 Dec 17
2
Bug in IDLE implementation for virtual mailbox
On Sunday 16 December 2018 21:55:23 Timo Sirainen wrote:
> On 16 Dec 2018, at 21.26, Pali Roh?r <pali.rohar at gmail.com> wrote:
> >
> > Hello!
> >
> > I found bug in Dovecot's IDLE implementation when virtual mailbox is in
> > use. IDLE does not notify about new emails when email appears in newly
> > created mailbox and IDLE was issued in virtual
2010 Jan 12
3
IDLE timing issue - dovecot or fetchmail issue?
Hi guys,
Thanks for the great product. We've used dovecot for ages as our
internal mail server and it works great!
I've recently started using fetchmail 6.3.9 (with IDLE enabled) to
download mail from our ISP (Pair networks). The ISP is running Dovecot
1.1.16. I am unable to get the info about the dovecot config at this time.
The IDLE support in fetchmail allows us to deliver
2017 Nov 16
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 16/11/2017 10:12, Quan Xu wrote:
>
>
> On 2017-11-16 06:03, Thomas Gleixner wrote:
>> On Wed, 15 Nov 2017, Peter Zijlstra wrote:
>>
>>> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote:
>>>> From: Yang Zhang <yang.zhang.wz at gmail.com>
>>>>
>>>> Implement a generic idle poll which resembles the functionality