search for: imap_hibernate_timeout

Displaying 20 results from an estimated 61 matches for "imap_hibernate_timeout".

2015 Aug 27
1
IMAP hibernate feature committed
* Teemu Huovila <teemu.huovila at dovecot.fi> 2015.08.27 13:58: > Did you specify a value other than zero for 'imap_hibernate_timeout'? Yes I did: $ doveconf imap_hibernate_timeout imap_hibernate_timeout = 1 mins I sometimes see one imap-hibernate process (only one), but several imap processes active which should be idling... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc...
2015 Oct 02
5
v2.2.19 released
...irector flush" command has a changed meaning now: It safely moves users to their wanted backends, instead of simply forgetting the mapping entirely and leaving the existing connections untouched. Use -F parameter to get the original unsafe behavior. + Added imap-hibernate processes (see imap_hibernate_timeout setting). IDLEing IMAP connections can be hibernated, which saves memory. + Optimized tracking mailboxes' vsizes (= sum of all messages' sizes). If mailbox_list_index=yes, it's also stored in there. This makes it very efficient to look up vsizes for all mailboxes. + Added a quota...
2015 Oct 02
5
v2.2.19 released
...irector flush" command has a changed meaning now: It safely moves users to their wanted backends, instead of simply forgetting the mapping entirely and leaving the existing connections untouched. Use -F parameter to get the original unsafe behavior. + Added imap-hibernate processes (see imap_hibernate_timeout setting). IDLEing IMAP connections can be hibernated, which saves memory. + Optimized tracking mailboxes' vsizes (= sum of all messages' sizes). If mailbox_list_index=yes, it's also stored in there. This makes it very efficient to look up vsizes for all mailboxes. + Added a quota...
2015 Oct 18
3
Hibernation disabled when mailbox selected
After setting imap_hibernate_timeout to 60s, I could not find any hibernated connections after a few hours. I tested hibernation and made an observation: IDLE'd imap sessions only hibernate if they don't have a mailbox SELECT'd, otherwise they never hibernate. Is this the way it's supposed to work? Joseph Tam <jt...
2015 Oct 02
0
v2.2.19 released / imap-hibernate
Am 02.10.2015 um 18:13 schrieb Timo Sirainen: > + Added imap-hibernate processes (see imap_hibernate_timeout setting). > IDLEing IMAP connections can be hibernated, which saves memory. here is my config to enable the new function: ---- imap_hibernate_timeout = 60s service imap-hibernate { unix_listener imap-hibernate { user = vmail } } service imap { unix_listener imap-master { m...
2015 Aug 26
5
IMAP hibernate feature committed
* Timo Sirainen <tss at iki.fi> 2015.08.25 22:21: > There's no good default setting here. It depends on your userdb settings and/or mail_uid setting. So for example if your imap processes are running as vmail user, you should set service imap-hibernate { unix_listener imap-hibernate { user = vmail } }. Then again if you are using system users (or otherwise multiple UIDs) it gets more
2015 Oct 03
1
v2.2.19 released
On 02 Oct 2015, at 23:28, Robert Schetterer <rs at sys4.de> wrote: > > Am 02.10.2015 um 18:13 schrieb Timo Sirainen: >> + Added imap-hibernate processes (see imap_hibernate_timeout setting). >> IDLEing IMAP connections can be hibernated, which saves memory. > > Hm, i have > > Couldn't hibernate imap client: Couldn't export state: COMPRESS enabled > > does this mean if zlib plugin is enabled, hibernate dont works ? imap_zlib plugin enables...
2021 Jan 04
2
CVE-2020-24386: IMAP hibernation allows accessing other peoples mail
...he attacker must have valid credentials to access the mail server. Risk: Attacker can access other users' emails and filesystem information. Workaround: Operators can choose to disable IMAP hibernation. IMAP hibernation is not on by default. To ensure imap hibernation is disabled, make sure imap_hibernate_timeout is set to 0 or unset. Solution: Operators should update to 2.3.13 or later version. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/piper...
2021 Jan 04
2
CVE-2020-24386: IMAP hibernation allows accessing other peoples mail
...he attacker must have valid credentials to access the mail server. Risk: Attacker can access other users' emails and filesystem information. Workaround: Operators can choose to disable IMAP hibernation. IMAP hibernation is not on by default. To ensure imap hibernation is disabled, make sure imap_hibernate_timeout is set to 0 or unset. Solution: Operators should update to 2.3.13 or later version. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/piper...
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
...vecot 0 19 ??? 03:54 imap-hibernate srw------- 1 root dovecot 0 19 ??? 03:54 imap-master srw------- 1 root wheel 0 19 ??? 03:54 imap-postlogin srw-rw-rw- 1 root wheel 0 19 ??? 03:54 imap-urlauth srw------- 1 dovecot wheel 0 19 ??? 03:54 imap-urlauth-worker imap_hibernate_timeout = 5 secs service imap-hibernate { extra_groups = $default_internal_group unix_listener imap-hibernate { group = dovecot } user = vmail } service imap { extra_groups = $default_internal_group unix_listener imap-master { group = $default_internal_group } } I tried to...
2020 Aug 31
2
using %d as a variable in the ldap search base
....33.2-1ubuntu4.6 amd64 luke at schierer@littera001:/etc/dovecot$ root at littera001:/etc/dovecot# dovecot -n # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.15.0-112-generic x86_64 Ubuntu 18.04.5 LTS auth_verbose = yes first_valid_uid = 1001 imap_hibernate_timeout = 100 secs lock_method = dotlock mail_cache_min_mail_count = 15 mail_fsync = always mail_location = maildir:~/Maildir:LAYOUT=fs:INDEX=MEMORY mail_nfs_index = yes mail_nfs_storage = yes mail_privileged_group = mail mailbox_list_index = yes maildir_broken_filename_sizes = yes maildir_very_dirty_syncs...
2019 Oct 02
1
Unable to connect/authenticate after Debian SSL update
...s { port = 993 ssl = yes } } service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } } protocol imap { mail_max_userip_connections = 20 } service imap { unix_listener imap-master { user = dovecot } } imap_hibernate_timeout = 1 mins service imap { extra_groups = dovenull } service imap-hibernate { unix_listener imap-hibernate { mode = 0660 group = dovenull } } ssl = required ssl_protocols = TLSv1 TLSv1.1 TLSv1.2 ssl_min_protocol=TLSv1 ssl_dh=</etc/dovecot/dh.pem ssl_cert = </etc/letsencrypt/li...
2015 Aug 24
3
IMAP hibernate feature committed
...t's rarely used though. - COMPRESS: The [de]compression code would need to be moved to login process instead of being done in imap-compress plugin. This would be a larger change, although it's also useful for various other purposes. The hibernation can be enabled for now simply by setting imap_hibernate_timeout setting to non-zero, which controls how long to wait after client has issued IDLE (and nothing happens) until the process hibernates. Some future work might include: - Moving the hibernation all the way to the first Dovecot proxy layer to avoid the need for imap-hibernate process at all. (Also m...
2020 Sep 01
2
using %d as a variable in the ldap search base
...e at schierer@littera001:/etc/dovecot$ > > root at littera001:/etc/dovecot# dovecot -n # 2.2.33.2 (d6601f4ec): > /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: > Linux 4.15.0-112-generic x86_64 Ubuntu 18.04.5 LTS auth_verbose = yes > first_valid_uid = 1001 imap_hibernate_timeout = 100 secs lock_method = > dotlock mail_cache_min_mail_count = 15 mail_fsync = always mail_location > = maildir:~/Maildir:LAYOUT=fs:INDEX=MEMORY > mail_nfs_index = yes > mail_nfs_storage = yes > mail_privileged_group = mail > mailbox_list_index = yes > maildir_broken_filename...
2015 Oct 02
0
v2.2.19 released
Am 02.10.2015 um 18:13 schrieb Timo Sirainen: > + Added imap-hibernate processes (see imap_hibernate_timeout setting). > IDLEing IMAP connections can be hibernated, which saves memory. Hm, i have Couldn't hibernate imap client: Couldn't export state: COMPRESS enabled does this mean if zlib plugin is enabled, hibernate dont works ? Best Regards MfG Robert Schetterer -- [*] sys4 AG http...
2015 Oct 18
0
Hibernation disabled when mailbox selected
On 18 Oct 2015, at 05:20, Joseph Tam <jtam.home at gmail.com> wrote: > > > After setting imap_hibernate_timeout to 60s, I could not find any > hibernated connections after a few hours. I tested hibernation and made > an observation: IDLE'd imap sessions only hibernate if they don't have > a mailbox SELECT'd, otherwise they never hibernate. > > Is this the way it's supposed to...
2015 Oct 19
1
Hibernation disabled when mailbox selected
> On 18 Oct 2015, at 20:25, Timo Sirainen <tss at iki.fi> wrote: > > On 18 Oct 2015, at 05:20, Joseph Tam <jtam.home at gmail.com> wrote: >> >> >> After setting imap_hibernate_timeout to 60s, I could not find any >> hibernated connections after a few hours. I tested hibernation and made >> an observation: IDLE'd imap sessions only hibernate if they don't have >> a mailbox SELECT'd, otherwise they never hibernate. >> >> Is this the way...
2018 Oct 19
0
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
...hibernate > srw-------?? 1 root???? dovecot??? 0 19 ??? 03:54 imap-master > srw-------?? 1 root???? wheel????? 0 19 ??? 03:54 imap-postlogin > srw-rw-rw-?? 1 root???? wheel????? 0 19 ??? 03:54 imap-urlauth > srw-------?? 1 dovecot? wheel????? 0 19 ??? 03:54 imap-urlauth-worker > > imap_hibernate_timeout = 5 secs > > service imap-hibernate { > ? extra_groups = $default_internal_group > ? unix_listener imap-hibernate { > ??? group = dovecot > ? } > ? user = vmail > } > > service imap { > ? extra_groups = $default_internal_group > ? unix_listener imap-master { >...
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
...----?? 1 root???? dovecot??? 0 19 ??? 03:54 imap-master >> srw-------?? 1 root???? wheel????? 0 19 ??? 03:54 imap-postlogin >> srw-rw-rw-?? 1 root???? wheel????? 0 19 ??? 03:54 imap-urlauth >> srw-------?? 1 dovecot? wheel????? 0 19 ??? 03:54 imap-urlauth-worker >> >> imap_hibernate_timeout = 5 secs >> >> service imap-hibernate { >> ? extra_groups = $default_internal_group >> ? unix_listener imap-hibernate { >> ??? group = dovecot >> ? } >> ? user = vmail >> } >> >> service imap { >> ? extra_groups = $default_internal...
2015 Aug 27
0
IMAP hibernate feature committed
...lx at leuxner.net): Connection closed in=109 out=4714 hdr=0 body=0 del=0 exp=0 trash=0 > > I'm a bit puzzled as to when hibernate actually kicks in because most of the time I see normal imap processes running without them being hibernated: Did you specify a value other than zero for 'imap_hibernate_timeout'? br, Teemu > $ ps aux | grep dovecot/imap > dovenull 6791 0.0 0.0 18196 4772 ? S 06:39 0:00 dovecot/imap-login > dovenull 7107 0.0 0.0 18196 4736 ? S 08:00 0:00 dovecot/imap-login > dovenull 7112 0.0 0.0 18332 4492 ? S 08:00 0:00...