Anand Buddhdev wrote:
Hi all,
I'm running Dovecot 1.0 beta8 on CentOS 4.3. In the "protocol imap { }" section, I have enabled the following 2 plugins:
imap_quota quota
In the "plugin { }" section, I have configured the following:
quota = maildir imap_quota = maildir
This all works well, and if I use IMAP, Dovecot correctly updates the maildirsize file in user Maildirs.
However, I need quota to work for POP3 as well. If I enable the quota plugin in the "protocol pop3 { }" section, I get the following error in the log:
dlopen(/usr/lib/dovecot/pop3/lib01_quota_plugin.so) failed: /usr/lib/dovecot/pop3/lib01_quota_plugin.so: undefined symbol: mountpoint_get
Along with this error, POP3 logins are not possible. The server crashes, and client connection is closed.
Is there a fix for this problem?
Regards,
-- Anand I think Timo fixed this here http://dovecot.org/list/dovecot-cvs/2006-May/005569.html
So, 1.0beta9 contains the fix. I use this build http://www.dovecot.org/nightly/dovecot-20060620.tar.gz and Maildir++ quota works for both imap and pop3.
Regards, Dumitru