Displaying 20 results from an estimated 42 matches for "imapc_max_idle_tim".
Did you mean:
imapc_max_idle_time
2019 Jun 19
2
IMAP IDLE
...My idle conf's are the defaults, the one's bellow.
Is there anything else that i need to make it work always and the change
folders is not needed for outlook clients?
root at fastmail:/etc/dovecot# doveconf |grep -i idle
default_idle_kill = 1 mins
imap_idle_notify_interval = 2 mins
imapc_max_idle_time = 29 mins
mailbox_idle_check_interval = 30 secs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190619/65a17d32/attachment.html>
2019 Jun 20
2
IMAP IDLE
...nt: Thursday, June 20, 2019 0:20
To: dovecot at dovecot.org
Subject: Re: IMAP IDLE
On 19 Jun 2019, at 16:11, Jorge Bastos via dovecot <dovecot at dovecot.org>
wrote:
> root at fastmail:/etc/dovecot# doveconf |grep -i idle default_idle_kill =
> 1 mins imap_idle_notify_interval = 2 mins imapc_max_idle_time = 29
> mins mailbox_idle_check_interval = 30 secs
I have:
default_idle_kill = 1 mins
director_ping_idle_timeout = 30 secs
imap_idle_notify_interval = 2 mins
imapc_max_idle_time = 29 mins
mailbox_idle_check_interval = 30 secs
[ A lot of idle_kill = ]
submission_relay_max_idle_time = 29 mins...
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 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 Bast...
2019 Mar 10
5
Delayed flags changes over IDLE
...).
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:
doveconf | grep -i idle
default_idle_kill = 1 mins
director_ping_idle_timeout = 30 secs
imap_idle_notify_interval = 2 mins
imapc_max_idle_time = 29 mins
mailbox_idle_check_interval = 30 secs
What can I do to make Dovecot notify IDLE clients about flags changes - more quickly? Preferably near-instant?
--
Kostya Vasilyev
kman at fastmail.com
2019 Jul 21
4
Help with IMAP IDLE
...==========
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...
2019 Jun 19
0
IMAP IDLE
On 19 Jun 2019, at 16:11, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote:
> root at fastmail:/etc/dovecot# doveconf |grep -i idle
> default_idle_kill = 1 mins
> imap_idle_notify_interval = 2 mins
> imapc_max_idle_time = 29 mins
> mailbox_idle_check_interval = 30 secs
I have:
default_idle_kill = 1 mins
director_ping_idle_timeout = 30 secs
imap_idle_notify_interval = 2 mins
imapc_max_idle_time = 29 mins
mailbox_idle_check_interval = 30 secs
[ A lot of idle_kill = ]
submission_relay_max_idle_time = 29 mins...
2019 Jun 20
0
IMAP IDLE
...ent: Thursday, June 20, 2019 0:20
To: dovecot at dovecot.org
Subject: Re: IMAP IDLE
On 19 Jun 2019, at 16:11, Jorge Bastos via dovecot <dovecot at dovecot.org>
wrote:
> root at fastmail:/etc/dovecot# doveconf |grep -i idle default_idle_kill =
> 1 mins imap_idle_notify_interval = 2 mins imapc_max_idle_time = 29
> mins mailbox_idle_check_interval = 30 secs
I have:
default_idle_kill = 1 mins
director_ping_idle_timeout = 30 secs
imap_idle_notify_interval = 2 mins
imapc_max_idle_time = 29 mins
mailbox_idle_check_interval = 30 secs
[ A lot of idle_kill = ]
submission_relay_max_idle_time = 29 mins...
2019 Jul 21
2
Help with IMAP IDLE
...s via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi again,
>
> I configured hibernation as suggested by Aki, and still nothing.
> What may i be missing?
>
I just read again the mails you sent and realized it had nothing to do with hibernation. Sorry about that..
imapc_max_idle_time = 1 days
this is related to imap client, not imap connections. it won't really matter for your issue.
also I note that you have disabled SSL and enabled plaintext authentication over insecure channels, is this intentional? For debug purposes you can use rawlogs feature, which is better for t...
2019 Jul 21
0
Help with IMAP IDLE
...dovecot.org>
Subject: RE: 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 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 Bast...
2019 Mar 12
2
Delayed flags changes over IDLE
...called), I mean not "single file mbox".
>>
>> I have not changed any IDLE related config settings:
>>
>> doveconf | grep -i idle
>> default_idle_kill = 1 mins
>> director_ping_idle_timeout = 30 secs
>> imap_idle_notify_interval = 2 mins
>> imapc_max_idle_time = 29 mins
>> mailbox_idle_check_interval = 30 secs
>>
>> What can I do to make Dovecot notify IDLE clients about flags changes - more quickly? Preferably near-instant?
>
> It should simply just work, assuming there aren't any weird inotify limits, but you should get e...
2013 Jan 17
1
dovecot nightly 20130117: dsync does returns "Name or service not known"
Hello.
I have this settings of imapc:
# doveconf -a | grep imapc
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_ca_dir =
imapc_ssl_verify = yes
imapc_user = %u
and try to sync mailbox on old server and new one:
$ dsync -o imapc_user="user at example.org" -o imapc_password="pass" -o
imapc_host=imap...
2019 Mar 11
0
Delayed flags changes over IDLE
...ap (not sure what this format is called), I mean not "single file mbox".
>
> I have not changed any IDLE related config settings:
>
> doveconf | grep -i idle
> default_idle_kill = 1 mins
> director_ping_idle_timeout = 30 secs
> imap_idle_notify_interval = 2 mins
> imapc_max_idle_time = 29 mins
> mailbox_idle_check_interval = 30 secs
>
> What can I do to make Dovecot notify IDLE clients about flags changes - more quickly? Preferably near-instant?
>
Can you send doveconf -n?
Aki
2019 Mar 11
0
Delayed flags changes over IDLE
...(not sure what this format is called), I mean not "single file mbox".
>
> I have not changed any IDLE related config settings:
>
> doveconf | grep -i idle
> default_idle_kill = 1 mins
> director_ping_idle_timeout = 30 secs
> imap_idle_notify_interval = 2 mins
> imapc_max_idle_time = 29 mins
> mailbox_idle_check_interval = 30 secs
>
> What can I do to make Dovecot notify IDLE clients about flags changes - more quickly? Preferably near-instant?
It should simply just work, assuming there aren't any weird inotify limits, but you should get errors logged about rea...
2019 Mar 12
0
Delayed flags changes over IDLE
...file mbox".
>>>
>>> I have not changed any IDLE related config settings:
>>>
>>> doveconf | grep -i idle
>>> default_idle_kill = 1 mins
>>> director_ping_idle_timeout = 30 secs
>>> imap_idle_notify_interval = 2 mins
>>> imapc_max_idle_time = 29 mins
>>> mailbox_idle_check_interval = 30 secs
>>>
>>> What can I do to make Dovecot notify IDLE clients about flags changes - more quickly? Preferably near-instant?
>>
>> It should simply just work, assuming there aren't any weird inotify limits,...
2019 Jul 21
0
Help with IMAP IDLE
...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:#...
2019 Jul 21
0
Help with IMAP IDLE
> I configured hibernation as suggested by Aki, and still nothing.
> What may i be missing?
>
> I just read again the mails you sent and realized it had nothing to do with hibernation. Sorry about that..
>
> imapc_max_idle_time = 1 days
>
> this is related to imap client, not imap connections. it won't really matter for your issue.
>
> also I note that you have disabled SSL and enabled plaintext authentication over insecure channels, is this intentional? For debug purposes you can use rawlogs feature, whi...
2019 Jul 21
0
Help with IMAP IDLE
..., 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...
2012 Sep 18
2
v2.1.10 released
...copying mails between different
users.
+ Added namespace { disabled } setting to quickly enable/disable
namespaces. This is especially useful when its value is returned by
userdb.
+ Added mailbox_alias plugin. It allows creating mailbox aliases using
symlinks.
+ imapc storage: Added imapc_max_idle_time setting to force activity
on connection.
+ fts-solr: Expunging multiple messages is now faster.
- director: In some conditions director may have disconnected from
another director (without logging about it), thinking it was sending
invalid data.
- imap: Various fixes to listing mailbox...
2012 Sep 18
2
v2.1.10 released
...copying mails between different
users.
+ Added namespace { disabled } setting to quickly enable/disable
namespaces. This is especially useful when its value is returned by
userdb.
+ Added mailbox_alias plugin. It allows creating mailbox aliases using
symlinks.
+ imapc storage: Added imapc_max_idle_time setting to force activity
on connection.
+ fts-solr: Expunging multiple messages is now faster.
- director: In some conditions director may have disconnected from
another director (without logging about it), thinking it was sending
invalid data.
- imap: Various fixes to listing mailbox...
2017 Feb 09
1
dovecot logout issues
...imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment = TZ DEBUG_OUTOFMEM
info_log_path =
instance_name = dovecot
last_valid_gid = 0
last_valid_uid = 0
lda_mailbox_autocreate = no
lda_mailbox_autosubscribe = no
lda_...