search for: bendorius

Displaying 20 results from an estimated 20 matches for "bendorius".

2019 Apr 11
3
maildirlock fails
...so.0(io_loop_run+0x38) [0x7f5bf0309be8] -> /usr/libexec/dovecot/maildirlock(main+0x24a) [0x558ae0e032ca] -> /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f5befe6d3d5] -> /usr/libexec/dovecot/maildirlock(+0x13a2) [0x558ae0e033a2] Is this a known issue? Thank you! -- Best regards, Martynas Bendorius
2020 Feb 08
2
Dovecot/doveadm quota
...e parameter. This is not "correct", in that the actual space used on disk is always higher. If we count the number of 512B blocks used (st_blocks), and multiply by 512 to get the true disk usage. I'll be looking forward for your feedback/ideas. Thank you! -- Best regards, Martynas Bendorius > On 2020-02-08, at 17:57, Max Kostikov <max at kostikov.co> wrote: > > I think these changes will confuse users because calculated quota wouldn't be equals with total messages sizes. > > Marsistynas Bendorius ????? 2020-02-07 11:07: >> Is there any reason why dov...
2019 Jul 06
2
JMAP support
...M, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: >> Hi! >> We are working on including JMAP support to Dovecot. At this moment I cannot give any promise for exact version, but hopefully it will be part of v2.3 >> >> Aki Tuomi >> Dovecot Oy -- Best regards, Martynas Bendorius
2020 Feb 07
2
Dovecot/doveadm quota
...end(path, dp->d_name); if (stat(str_c(path), &st) == 0) { - *total_bytes += st.st_size; + *total_bytes += st.st_blocks * 512; *total_count += 1; } else if (errno != ENOENT && errno != ESTALE) { *error_r = t_strdup_printf( Thank you! -- Best regards, Martynas Bendorius
2019 Apr 15
0
maildirlock fails
It seems something like this has been reported already, however, I was unable to find any changelog entries or patches: http://dovecot.2317879.n4.nabble.com/maildirlock-time-unit-td65122.html -- Best regards, Martynas Bendorius > On 12 Apr 2019, at 01:08, Martynas Bendorius <martynas at martynas.it> wrote: > > Hello, > > Maildirlock seems to panic on locking: > [root at centos7 home]# /usr/libexec/dovecot/maildirlock "/home/user/imap/domain.com/email/Maildir" 10 > Panic: BUG: No IO...
2020 Feb 12
0
Dovecot/doveadm quota
I think that most admins do not really care about physical disk usage as long as it's not exceeded, and most service providers prefer calculating quota against apparent usage instead of real usage, so they can charge you for that. Aki On 8.2.2020 18.16, Martynas Bendorius wrote: > Doesn't it currently confuse them? Because they'd reach their quota, while actually there would be a lot of disk space left :) + their whole mailbox could take a lot more space due to indexes and other files in the filesystem, and quota would not be reached. > > Also, I...
2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2019 Dec 08
1
v2.2.36 to v2.3.8 maildirlock bug
On 08 Dec 2019, at 05:58, @lbutlr <kremels at kreme.com> wrote: > On 06 Dec 2019, at 16:28, Martynas Bendorius <martynas at martynas.it> wrote: >> when zlib compression is enabled in dovecot, old emails remain untouched > > I?ve been considering doing this, or at least looking into how much space we?d save (answer so far, less than you might think), but I am hesitant to ?alter? the user?s...
2019 Dec 06
2
v2.2.36 to v2.3.8 maildirlock bug
...tch It works perfectly to fix the issue :) Regarding dsync - I don't think it's a good replacement in all the cases, is it? We use maildirlock extensively for compression of email folders (when zlib compression is enabled in dovecot, old emails remain untouched). -- Best regards, Martynas Bendorius > On 2019-12-07, at 00:46, Stephan Bosch via dovecot <dovecot at dovecot.org> wrote: > > > > On 22/10/2019 05:44, lty--- via dovecot wrote: >> Dear all, >> Dovecot upgraded from v2.2.36 to v2.3.8 There is no problem with the configuration, but the lock direct...
2018 Jul 05
2
2.3.2 is still crashing (lmtp)
...Type <return> to continue, or q <return> to quit--- service_flags = <optimized out> storage_service_flags = <optimized out> tmp_base_dir = 0x7f6504888040 "\003" c = <optimized out> error = 0x0 -- Best regards, Martynas Bendorius
2019 Jul 09
0
JMAP support
No ETA yet. Aki On 7.7.2019 1.12, Martynas Bendorius via dovecot wrote: > Hello, > > Is there any ETA set for JMAP support? > > Thank you! > >>> On 11/27/2016 5:28 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: >>> Hi! >>> We are working on including JMAP support to Dovecot. At this moment I cannot g...
2018 Mar 28
1
Dovecot 2.3 panic
...out_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } remote 127.0.0.1 { mail_max_userip_connections = 550 } local_name XXXXXX { ssl_cert = </etc/domains/XXXXXX.cert.combined ssl_key = # hidden, use -P to show it } -- Best regards, Martynas Bendorius
2019 Dec 15
1
Bug: indexer-worker segfaults with fts_xapian 1.2.5
...000055c7b8b4c21e in main (argc=1, argv=0x55c7b9365960) at indexer-worker.c:77 storage_service_flags = (MAIL_STORAGE_SERVICE_FLAG_USERDB_LOOKUP | MAIL_STORAGE_SERVICE_FLAG_TEMP_PRIV_DROP | MAIL_STORAGE_SERVICE_FLAG_NO_IDLE_TIMEOUT) c = <optimized out> -- Best regards, Martynas Bendorius
2018 Jul 06
0
2.3.2 is still crashing (lmtp)
On 6 Jul 2018, at 1.53, Martynas Bendorius <martynas at martynas.it> wrote: > > Dovecot 2.3.2 still has the same issue we reported for 2.3.X: > > Jul 05 15:10:49 lmtp(2730445): Panic: file lib-event.c: line 182 (event_pop_global): assertion failed: (event != NULL) ... > #5 0x00007f6502986e42 in event_pop_global (even...
2019 Dec 08
0
v2.2.36 to v2.3.8 maildirlock bug
On 06 Dec 2019, at 16:28, Martynas Bendorius <martynas at martynas.it> wrote: > when zlib compression is enabled in dovecot, old emails remain untouched I?ve been considering doing this, or at least looking into how much space we?d save (answer so far, less than you might think), but I am hesitant to ?alter? the user?s mail stores w...
2019 Dec 15
0
Bug: icu linking issue in fts plugin
...ld-linux-x86-64.so.2 (0x00007f1cb5b73000) ICU is in custom directory /usr/local/icu, it's not set in ld.so.conf, so, the linker would need to get this added automatically (that's how it's handled in PHP, for example): -Wl,-rpath=/usr/local/icu/lib Thank you! -- Best regards, Martynas Bendorius
2020 Feb 08
0
Dovecot/doveadm quota
I think these changes will confuse users because calculated quota wouldn't be equals with total messages sizes. Marsistynas Bendorius ????? 2020-02-07 11:07: > Is there any reason why dovecot relies on S= instead of real disk size > email takes? > > 1) compressed mails take less than than the S= specified > 2) we could avoid using "S=" for the lookups and count every file > there, including indexes an...
2020 Feb 12
0
Dovecot v2.3.9.3 released
....9.3.tar.gz Resolving dovecot.org (dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9 Connecting to dovecot.org (dovecot.org)|94.237.12.234|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2020-02-12 05:09:26 ERROR 403: Forbidden. -- Best regards, Martynas Bendorius > On 2020-02-12, at 14:04, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > We are pleased to release v2.3.9.3 of Dovecot. Please find it from > locations below > > https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz > https://dovecot.org/releases/2.3/dovecot-2.3.9....
2019 Oct 22
2
v2.2.36 to v2.3.8 maildirlock bug
Dear all, Dovecot upgraded from v2.2.36 to v2.3.8 There is no problem with the configuration, but the lock directory seems to have an error. [root at spam dovecot]# /usr/libexec/dovecot/maildirlock /path/to/maildir 1 Panic: BUG: No IOs or timeouts set. Not waiting for infinity. 19276[root at spam dovecot]# Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xe227a) [0x7f1cb567a27a]