Displaying 7 results from an estimated 7 matches for "hook_mail_namespaces_cr".
2008 Nov 28
2
Autocreate plugin for 1.1 - trying to patch under FreeBSD
...function)
autocreate-plugin.c: At top level:
autocreate-plugin.c:74: warning: 'struct mail_namespace' declared inside
parameter list
autocreate-plugin.c: In function 'autocreate_mail_namespaces_created':
autocreate-plugin.c:77: warning: passing argument 1 of
'autocreate_next_hook_mail_namespaces_created' from incompatible pointer
type
autocreate-plugin.c:79: warning: passing argument 1 of
'autocreate_mailboxes' from incompatible pointer type
autocreate-plugin.c:80: warning: passing argument 1 of
'autosubscribe_mailboxes' from incompatible pointer type
autocreate-plugin....
2010 Nov 26
1
Mailbox Delete
...0(mailbox_delete+0x4e)
[0xb76ed36e] -> /opt/addons/lib/dovecot/lib20_emexis_uis_plugin.so
[0xb74fff10] -> /opt/addons/lib/dovecot/lib20_emexis_uis_plugin.so
[0xb7500280] -> /opt/addons/lib/dovecot/lib20_emexis_uis_plugin.so
[0xb7500fa9] ->
/opt/addons/lib/dovecot/libdovecot-storage.so.0(hook_mail_namespaces_created+0x31)
[0xb76ee011] ->
/opt/addons/lib/dovecot/libdovecot-storage.so.0(mail_namespaces_init+0x7c4)
[0xb76e71d4] ->
/opt/addons/lib/dovecot/libdovecot-storage.so.0(mail_storage_service_next+0x21c)
[0xb76f4b9c] -> /opt/addons/lib/dovecot/libdovecot-stor
Nov 26 17:39:29 brc dovecot: maste...
2017 Jan 18
2
Quota count does not work with lock_method=dotlock
...0_quota_plugin.so(quota_get_resource+0x78)
[0x7f33f6fa5578] ->
/usr/local/lib/dovecot/lib10_quota_plugin.so(+0x68b4) [0x7f33f6fa58b4]
->
/usr/local/lib/dovecot/lib10_quota_plugin.so(quota_over_flag_check_startup+0x78)
[0x7f33f6fa63f8] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(hook_mail_namespaces_created+0x5e)
[0x7f33f7ae21ae] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(mail_namespaces_init_finish+0x46f)
[0x7f33f7ad745f] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(mail_namespaces_init+0x104)
[0x7f33f7ad7674] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(mail_stor...
2008 Oct 28
4
patch: list shared namespace
Hi,
I've been working on a patch for dovecot 1.2 from the Kolab branch
(http://hg.intevation.org/kolab/dovecot-1.2_kolab-branch/) that
implements listing of shared namespaces. I've got something that works
in some basic way but is still missing some pieces. See the attached
patch, which also contains some installation and configuration notes.
Implementation notes:
One of the main
2017 Feb 21
1
segfault in lib20_expire_plugin
...xpire-plugin.c:428
428 expire-plugin.c: Datei oder Verzeichnis nicht gefunden.
(gdb) bt full
#0 expire_mail_namespaces_created (ns=0xf814db90) at expire-plugin.c:428
user = 0xf814d028
v = 0x0
db = 0xf815b960
error = 0xf81522c0 "Trash"
#1 0xf75f9b21 in hook_mail_namespaces_created (namespaces=0xf8151008) at
mail-storage-hooks.c:304
_data_stack_cur_id = 4
hooks__foreach_end = 0xf814dae8
hooks = 0xf814dad4
#2 0xf75ebf9f in mail_namespaces_init_finish (namespaces=0xf8151008,
error_r=0xffa3b23c) at mail-namespace.c:383
_data_stack_cur_id = 3...
2010 Feb 23
0
dovecot 2.0_b3 autocreate plugin bug.
...:50
user = 0x8087800
env_name = "\000\000\000\000\r\000\000\000\n\256\b\b\370\205\b\b\000\000\000"
name = <value optimized out>
i = 1
#8 autocreate_mail_namespaces_created (namespaces=0x8087078) at autocreate-plugin.c:101
No locals.
#9 0xb7f4e5ce in hook_mail_namespaces_created (namespaces=0x8087078) at mail-storage-hooks.c:150
hooks = 0x80885c8
#10 0xb7f48ac0 in mail_namespaces_init (user=0x8087800, error_r=0xbfbd5ee4) at mail-namespace.c:264
_data_stack_cur_id = 3
mail_set = 0x8087e00
namespaces = 0x8087078
ns = <value opt...
2017 Jan 24
1
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:31, Tom Sommer wrote:
> On 2017-01-24 10:25, Aki Tuomi wrote:
>> On 24.01.2017 11:13, Tom Sommer wrote:
>>> On 2017-01-18 15:27, mkliewe at gmx.de wrote:
>>>
>>>> dovecot crashes when I switch the quota tracking from dict to count.
>>>
>>> I have the same problem, but I use 'dict:file' as quota backend -
>>>