search for: dafan

Displaying 5 results from an estimated 5 matches for "dafan".

2013 Apr 16
1
[PATCH] mailbox_get_metadata() for mailboxes with open transactions.
...mailbox. So I can not get the virtual size. Commit [1] has fixed the same problem in mailbox_get_status(). I think the same should also be done in mailbox_get_metadata(). See the patch below. Dovecot version: 2.2.0 OS: OS: Linux 3.4.39-dist i686 maildir:~/Maildir:LAYOUT=fs:INBOX=~/Maildir/INBOX Dafan [1] http://hg.dovecot.org/dovecot-2.2/rev/12136db6e31f # HG changeset patch # User Dafan Zhai <dafan.zhai at securepoint.de> # Date 1366118323 -7200 # Node ID 7f0c5122d863d303ef5e74bbf650c2bac89ac564 # Parent f33bacb03cc22e02ca2d11d527d8dc0d99214486 lib-storage: mailbox_get_metadata() no...
2012 Sep 05
2
Memory leak by getting the virtual size of a IMAP folder
...ave applied the following patches from the dovecot 2.1 branch fixing memory leaks: http://hg.dovecot.org/dovecot-2.1/rev/7bdbca7b0913 http://hg.dovecot.org/dovecot-2.1/rev/963482677c0b It would be nice if you could give me some hints how I can address this issue? Thanks in advance! Greetings, Dafan
2014 Feb 14
1
lda+ldap multiple users
.... dovecot uses usernames for > mailboxes. lets say > > /var/mail/userA/Maildir > /var/mail/userB/Maildir > > both users have mailaddr XY at example.com mapped in Active Directory. Now when > mails arrive lda is called like > > dovecot-lda -d XY at example.com <mailto:dafan.zhai at securepoint.de> -m INBOX > > and theres my problem. You have implicitly created mail aliases for your users. qmail has to resolve this alias "XY" into the users A and B. You could wrap your call to the Dovecot LDA by a script resolving the aliases somehow, e.g.: #!/b...
2014 Feb 07
3
lda+ldap multiple users
Hi list and timo, I use dovecot lda with ldap to do a email => user lookup. I experienced that if a Mailaddress matches several users the delivery is aborted. ---------------- dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search returned multiple entries dovecot: auth: ldap(christian.test at securepoint.de): unknown user dovecot: lda: Error: user christian.test at
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 7 Feb 2014, matthias lay wrote: > I experienced that if a Mailaddress matches several users the delivery is > aborted. > > ---------------- > dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search > returned multiple entries > dovecot: auth: ldap(christian.test at securepoint.de): unknown user >