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
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++
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