search for: acl_mailbox_right_lookup

Displaying 3 results from an estimated 3 matches for "acl_mailbox_right_lookup".

2014 Jun 19
2
dovecot 2.2.13 core dump (signal 11)
...driver = ldap } userdb { args = username_format=%u /private/dovecot/etc/passwd driver = passwd-file } protocol imap { mail_max_userip_connections = 20 } Here's the backtrace in gdb. Core was generated by `dovecot/imap'. Program terminated with signal 11, Segmentation fault. #0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at acl-mailbox.c:40 40 if (abox->skip_acl_checks) Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64 sssd-client-1.9.2-129.el6.x86_64 (gdb) bt full #0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at acl-mailbox.c:40...
2014 Jul 17
0
possible bug around ACL
...found that if I add file to /srv/mail.archives/<user>/dovecot-acl containing only owner lr then login to imap (with telnet) and do 1 GETACL Archive I get following result from gdb attached to worker process serving particular connection. Program received signal SIGSEGV, Segmentation fault. acl_mailbox_right_lookup (box=0x7fd75e4e1dc0, right_idx=right_idx at entry=10) at acl-mailbox.c:40 40 if (abox->skip_acl_checks) (gdb) p abox $1 = (struct acl_mailbox *) 0x0 (gdb) # uname -a Linux omelette 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3 x86_64 GNU/Linux ii dovecot-core 1:2.2.13-2 amd64...
2010 May 25
1
(1.2.11): Confused about shared/public folders
.../rbg/acl/dovecot-acls } I wasn't able to use under plugins imap_acl, cause of errors: open(/usr/local/dovecot/dovecot/lib/dovecot/imap//lib02_imap_acl_plugin.so) failed: ld.so.1: imap: fatal: relocation error: file /usr/local/dovecot/dovecot/lib/dovecot/imap//lib02_imap_acl_plugin.so: symbol acl_mailbox_right_lookup: referenced symbol not found Couldn't load required plugins Error: imap dump-capability process returned 89 Fatal: Invalid configuration in /usr/local/dovecot/1.2.11/etc/dovecot.conf System is Solaris10, build by my self with Sieve Patches. After changing to "acl" only, DoveCot sta...