Displaying 3 results from an estimated 3 matches for "quota_get_status".
2014 Jun 26
1
Bug in quota_get_status
Hi,
the configuration option
lmtp_rcpt_check_quota = yes
didn't work, so I traced down the problem:
quota_get_status (quota_storage.c:89) calls quota_test_alloc
(quota.c:1352) with size = 0 bytes, which leads always to a FALSE result
in quota_is_over (quota.c:1305).
I've fixed the function quota_is_over by considering ctx->bytes_over and
ctx->count_over. See the included patch.
Kind regards,
Franz
-...
2017 Aug 30
2
Segmentation fault with doveadm search
Hi,
We have a Ubuntu 14.04 server with dovecot 2.2.9
If I try to run
/usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d
It will dump a core file.
We have a similar config on an other server and there is no problem there.
Any ideas how to prevent the core dump?
root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d
Reading
2017 Aug 30
2
Segmentation fault with doveadm search
...a_mailbox_free>,
create_box = 0x7ffff76e5e30 <fail_mailbox_create>,
update_box = 0x7ffff76e5e00 <fail_mailbox_update>,
delete_box = 0x7ffff76e5dd0 <fail_mailbox_delete>,
rename_box = 0x7ffff76e5da0 <fail_mailbox_rename>,
get_status = 0x7ffff69d0170 <quota_get_status>, get_metadata = 0x0,
set_subscribed = 0x7ffff76e5d30 <fail_mailbox_set_subscribed>,
attribute_set = 0x0, attribute_get = 0x0, attribute_iter_init = 0x0,
attribute_iter_next = 0x0, attribute_iter_deinit = 0x0,
list_index_has_changed = 0x0, list_index_update_sync = 0x0,...