Displaying 18 results from an estimated 18 matches similar to: "Bug in quota_get_status"
2014 Jun 25
4
IMAP sessions quit when calling MYRIGHTS on shared namespace
Hi,
the IMAP connection is dropped, when I call MYRIGHTS on the root of my
shared folders.
Using the configuration below, the shared folders are located in shared/%%U/
# telnet localhost imap
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN] Dovecot ready.
. LOGIN XXXXXXX xxxx
2015 Apr 09
2
Trash Plugin bugs
dovecot v2.2.16
I've found a few bugs in Trash plugin.
1. If Quota set only messages limit (without storage limit) then
Trash plugin does not expunge any message because Quota plugin sets too_large_r=TRUE.
It's because quota_default_test_alloc function does not check if bytes_limit is set.
/* if size is bigger than any limit, then
it is bigger than the
2016 Mar 19
3
Crash when setting quota = count:User quota
Mar 19 16:54:37 lmtp(xxxx at xxx.xxx): Panic: file file-lock.c: line 269:
unreached
Mar 19 16:54:37 lmtp(xxxx at xxx.xxx): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0 [0x35f647e07a] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f647e0e6] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f647d4ac] ->
/usr/lib/dovecot/libdovecot.so.0 [0x35f6481edf] ->
2008 Oct 19
2
NFS quota: hard or soft
Yes. I could spend more time testing this myself or examining the code.
It looks to me that, with fs quota, dovecot refuses to store a mail
(e.g. when the client moves a mail from one IMAP folder to another)
if the user is beyond his soft limit.
Is this correct/intended? Knowing nothing about the IMAP Quota
extension, I would have expected that being in grace was OK. At
least, this is what
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
2008 Oct 16
2
imap crash (1.1.4)
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as
2013 Aug 01
1
[PATCH] quota-status: allow different action for messages that are too large (over maximum quota)
This proposed patch to quota-status allows the administrator to return
different actions for messages that (a) cannot currently fit in the quota
(because there's not enough free space) and (b) are over the maximum quota
limit (and could not even be delivered if the mailbox was empty).
Configuration works like this:
plugin {
quota_status_overquota = DEFER_IF_PERMIT 4.2.2 Mailbox full
2014 Jun 25
0
IMAP sessions quit when calling MYRIGHTS on shared namespace
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 25 Jun 2014, Franz Knipp wrote:
>
> the IMAP connection is dropped, when I call MYRIGHTS on the root of my
> shared folders.
>
> Using the configuration below, the shared folders are located in shared/%%U/
>
> # telnet localhost imap
> Trying ::1...
> Connected to localhost.
> Escape character is '^]'.
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2018 Apr 24
1
smtp crashing with "out of memory" for ONE particular user
Hi,
I?m using dovecot 2.0.16 (I know, it?s oooold, but I have too many users to risk the upgrade while so many things have changed since)
and virtual users based on MySQL.
Today I had some troubles with user, who?s mailbox stopped working. No emails were delivered,
with just following error line in EXIM mainlog:
LMTP connection closed after end of data
When I checked dovecot?s main log, and
2012 Apr 27
1
2.1.5: Panic: file mailbox-list-fs.c: line 156 (fs_list_get_path): assertion failed: (mailbox_list_is_valid_pattern(_list, name))
Dear Folks,
We had this assertion failure on Dovecot 2.1.1 on a particular
mailbox.
I upgraded to 2.1.5, and we have the same assertion failure, on the
same mailbox:
Apr 27 16:02:03 imap(nu-imaptest00258 at example.com): Panic: file mailbox-list-fs.c: line 156 (fs_list_get_path): assertion failed: (mailbox_list_is_valid_pattern(_list, name))
Apr 27 16:02:03 imap(nu-imaptest00258 at
2017 Aug 30
2
Segmentation fault with doveadm search
>
> Can you do
>
> p *box
$1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk",
storage = 0x5555557e1860, list = 0x5555557e1050, v = {
is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>,
enable = 0x7ffff76e5a60 <fail_mailbox_enable>,
exists = 0x7ffff76e5a70 <fail_mailbox_exists>,
open = 0x7ffff76e5e60
2008 Jul 11
1
Dovecot-1.1.1 with quota and antispam plugin - segmentation fault
Hello!
I have port-built dovecot-1.1.1 on freebsd 6.3 i386 box.
There is signal 11 on imap child occurs every time when i'm trying to send
email.
In fact, email is sending to MTA correctly, but when message moving to Sent
folder segmentation error appears.
I built dovecot and antispam plugin with -g3 -O0 -pipe
With GDB I recieve next:
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software
2008 Oct 16
2
Backtrace of /usr/local/libexec/dovecot/imap
My batch file uses:
bt full
p my_client.command_queue
p my_client.command_queue.next
p my_client.command_queue.next.next
p my_client.command_queue.next.next.next
p my_client.command_queue.next.next.next.next
p my_client.command_queue.next.next.next.next.next
p my_client.command_queue.next.next.next.next.next.next
quit
----- Forwarded message from root <root at postamt.charite.de> -----
GNU
2008 Oct 16
0
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 6:29 PM, Mike Stump wrote:
> On Oct 15, 2008, at 1:09 PM, David Vandevoorde wrote:
>> On Oct 15, 2008, at 3:53 PM, Mike Stump wrote:
>> [...]
>>> Objects are defined like so:
>>>
>>> Two pointers of
>>> the same type compare equal if and only if they are both null,
>>> both
>>> point to the same object or
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
Also some missing _src()s and cosmetic changes.
---
src/gallium/programs/galliumut/Makefile | 5 +
.../programs/galliumut/gen_uureg_opcodes.sh | 29 +++
src/gallium/programs/galliumut/uureg.h | 196 ++++----------------
3 files changed, 71 insertions(+), 159 deletions(-)
create mode 100644 src/gallium/programs/galliumut/gen_uureg_opcodes.sh
diff --git
2008 Oct 15
3
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 1:09 PM, David Vandevoorde wrote:
> On Oct 15, 2008, at 3:53 PM, Mike Stump wrote:
> [...]
>> Objects are defined like so:
>>
>> Two pointers of
>> the same type compare equal if and only if they are both null,
>> both
>> point to the same object or function, or both point one past the
>> end
>> of the same array.
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1332754018 -3600
# Node ID b3fc067f938da14fd8b0dce7b00c4876bbf99e8b
# Parent d8e15dc99bf307bd0ae0b042f1d50409b9f26386
docs: wrap misc/xen-command-line.markdown to 80 columns
Makes it more readable as a text document.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r d8e15dc99bf3 -r b3fc067f938d