Displaying 20 results from an estimated 100 matches similar to: "quota_set leak"
2016 Sep 03
2
doveadm quota recalc returns a Segmentation fault
Hi,
with the latest dovecot-ee version (2.2.25.4 (5cb7c97)) if I run
?doveadm quota recalc -u alessio at skye.it? dovecot return a ?Segmentation
fault? (but the quota is update fine). Since dovecot version 2.2.24.3
(55cdc32) works fine.
This is my quota backends configuration:
plugin {
quota = maildir:UserQuota
quota2 = dict:Quota Usage::noenforcing:proxy::sqlquota
}
dict {
sqlquota
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 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13
With configuration like
plugin {
expire_dict = blblbla
}
expiere plugins segfaults during deinit. It might also segfault if the
dict service was unavaiable.
attached bellow is a diff against 2.2.13
Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire
plugin: dict_init(blblbla) failed: Dictionary URI is missing ':':
blblbla
Jul 7 14:51:11 dovecot1
2016 Feb 07
3
Found bug in quota-status + patch
Hello,
I've found a bug in the quota-status util (Dovecot 2.2.21, and probably below): it always return
OK (sufficient quota) because it fails to load the user properly. More specifically, the branch
" if (quser == NULL) return 1; " in src/plugins/quota/quota-status.c:59 is always taken.
(at least with postgresql backend, test your config with the (adapted) command below:
printf
2007 Jul 06
3
modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi,
I wanted to enable FS quota support in dovecot, and have configured the
following directives:
protocol imap {
mail_plugins = imap_quota
}
plugin {
quota = fs
}
With this additional settings, my normally working dovecot.conf doesn't start
anymore:
Starting mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so)
failed:
2007 Dec 11
1
1.0.8 with quota 1.0.8 patch - undefined symbol: quota_set
I get the following error after patching the 1.0.8 src.rpm with the quota-rewrite-1.0.8.diff
[root at test dovecot]# /etc/rc.d/init.d/dovecot start
Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib02_imap_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
FCouldn't load required plugins
Error: imap dump-capability process returned 89
2006 Jul 28
1
Problem with guest account samba 3.0.23a (smbd wont start)
Hi,
I test samba 3.0.23a and I used a existant LDAP tree.
But, samba 3.0.23a won't start :
In smbd.log :
......
[2006/07/28 09:58:14, 10] registry/reg_cachehook.c:reghook_cache_add(61)
reghook_cache_add: Adding key [/HKLM/SOFTWARE/Microsoft/Windows
NT/CurrentVersion/Ports]
[2006/07/28 09:58:14, 8] lib/adt_tree.c:pathtree_add(201)
pathtree_add: Enter
[2006/07/28 09:58:14, 10]
2012 Jul 17
1
Dovecot-2.1.8 process imap crashed
Hello!
I've just upgraded dovecot from 2.0.18 to 2.1.8 and configured impac. I
notice dovecot/imap throws segfault from time to time. I'm not sure i
know what steps are needed to reproduce problem.
I'm using gentoo, hardened-kernel-3.4.2. Namespaces (and settings for
imapc) are keept in database so i'm not sure doveconf would be useful.
If would be needed please let me know.
2006 Dec 22
1
Printer job control
What do I have to change to allow ANY user to control ANY print job?
Having this locked on a workstation with a local printer attached just
makes me want to take Centos and throw it across the room, especially when
I can't even stop my own print jobs when something goes wrong. This has
already cost me considerable money in wasted ink.
This should be a check-box somewhere, or else a
2007 Mar 11
0
No subject
export LDFLAGS="bexpall bla bla"
Thanx and best regards.
2007/3/28, Ralf Becker <beckerr at fh-trier.de>:
>
> Hello funkypunky drunky,
>
> on AIX dovecot plugins (which are shared objects = .so) are a little bit
> problematic. It is not enough to activate run time linking by using
> -brtl and make the main program (dovecot) to be able to use shared
> objects.
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was
okay. It was working but when i try to use quota dynamic modules i get
error.
Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not
load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so.
System error: No such file or directory
Error: imap dump-capability process returned 89
When i check
2010 Apr 16
4
2.0 beta4 latest hg: segfault with virtual plugin
Hello Timo,
latest 2.0 hg version (changeset a6b050cc4a9a) segfaults when selecting
a virtual mailbox. Backtrace and dovecot -n are attached.
Please let me know if I can help with anything else to debug this.
Regards,
e-frog
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bt.txt
URL:
2010 Dec 24
1
doveadm quota get -u segmentation fault
Hello!
I'm trying move to dovecot2 (centos 5.5, dovecot 2.0.8, dovecot
compiled/packaged via edited dovecot2.spec from fedora git).
Almost all fine, I can login via imap/pop3 and work with mail.
I get segfault error with "doveadm quota get -u user"
Here backtrace and other info:
# gdb `which doveadm` core.5202
GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2)
Copyright
2010 Feb 16
2
configuring overquota message
From dovecot 1.2.10 sources i have:
src/plugins/quota/quota.c
#define DEFAULT_QUOTA_EXCEEDED_MSG \
"Quota exceeded (mailbox for user is full)"
struct quota_settings *quota_settings_init(void)
{
[ .... ]
quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE");
if (quota_set->quota_exceeded_msg == NULL)
2013 Dec 20
2
v2.2.10 released
http://dovecot.org/releases/2.2/dovecot-2.2.10.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.10.tar.gz.sig
I've been really busy the last few months, as I guess people in Dovecot mailing list have seen since I haven't been very responsive. There are at least some dsync bugs I haven't had time to look into yet. The busyness probably continues for a while more, but the next year is
2013 Dec 20
2
v2.2.10 released
http://dovecot.org/releases/2.2/dovecot-2.2.10.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.10.tar.gz.sig
I've been really busy the last few months, as I guess people in Dovecot mailing list have seen since I haven't been very responsive. There are at least some dsync bugs I haven't had time to look into yet. The busyness probably continues for a while more, but the next year is
2014 Nov 23
2
Strange repplication issues
Hi,
I know there are lots of questions about replication, but I searched and
didn't find my question.
I've got some problems with syncing. I've got 2 servers: A and B
When a email arrives on server A sometimes it's not syncing in server B
I think server A doesn't always notify server B there are new mails to
sync. But I don't know how to fix it.
And I spotted something,
2009 Jan 06
2
Apple patch 10
Patch #10 allows the pop3 and imap mail processes to handle multiple
clients. We know this weakens the security model but it greatly
increases scalability especially when clients are idle.
Here's how it works. When there are no mail processes, or none
serving fewer than mail_max_connections clients, the master creates a
new mail process pretty much like it does now, but with some
2004 Feb 23
1
Re. : Re: SPNEGO nego problem (REPOST)
I have the problem with smbclient -L ...
This is a level 50 debug message
[2004/02/23 10:45:00, 5] lib/debug.c:debug_dump_status(359)
INFO: Current debug levels:
all: True/50
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
rpc_srv: False/0
rpc_cli: False/0
passdb: False/0
sam: False/0
auth: False/0
winbind:
2019 May 16
0
File-dictionary based quotas and SETQUOTA
Hello,
I am trying to set up file-dictionary based quotas while supporting the
SETQUOTA IMAP command.
I am using the following configuration :
----
plugin {
quota = dict:User quota::file:%h/Maildir/dovecot-quota
quota_set = dict:file:%h/Maildir/dovecot-quota
}
----
which enables correct quota accounting + setting through SETQUOTA.
A user's dovecot-quota file ends with the following