Re: [Dovecot] Modifying LDAP search results for user_attrs

2012-04-04 Thread Christoph Bussenius
On 2012-04-04 15:10, Patrick Ben Koetter wrote: Or would I be able to modify this with a post-login script? Just one note: as far as I know, if your mail directory depends on a post-login script, it might be tricky to get LMTP or doveadm commands to work properly. Cheers, Christoph

[Dovecot] [PATCH] Bad boundary check in client_find_namespace

2011-09-26 Thread Christoph Bussenius
Hi, while trying to investigate the bug I reported last week, I found that there is a broken boundary check in client_find_namespace in src/imap/imap-commands-util.c. The code is: /* make sure two hierarchy separators aren't next to each others */ for (p = storage_name+1; *p != '\0'; p++

[Dovecot] Strange behavior from shared namespaces and INBOX, probably a bug

2011-09-23 Thread Christoph Bussenius
Hi, we have experienced some erratic behavior from Dovecot 2.0.15 if a user's INBOX is shared. Some folders of user1, including the INBOX, have been shared using these IMAP commands: . login user1 XX . setacl INBOX user2 lrwstiekx . setacl box-a user2 lrwstiekx Now if we use telnet to log i