Re: [Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set

2007-07-06 Thread Charles Marcus

I have tested this issue on the following versions:

* Debian etch: 1.0.rc15
* RedHat AS 5: 1.0.rc15
* Debian sid:  1.0.0


Isn't it considered best practices to not report a bug unless/until you 
have tested something on the current shipping/stable version (1.0.1), as 
opposed to an older test version that has known problems?


I do believe a *lot* of quota stuff was fixed after rc15...

--

Best regards,

Charles


[Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set

2007-07-06 Thread Philipp Kolmann
Hi,

I wanted to enable FS quota support in dovecot, and have configured the
following directives:

protocol imap {
  mail_plugins = imap_quota
}

plugin {
  quota = fs
}

With this additional settings, my normally working dovecot.conf doesn't start
anymore:

Starting mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so)
failed: /usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so: undefined
symbol: quota_set
Error: imap dump-capability process returned 89


I have tested this issue on the following versions:

* Debian etch: 1.0.rc15
* RedHat AS 5: 1.0.rc15
* Debian sid:  1.0.0

Thanks for any help in this issue.
Philipp Kolmann

-- 
If you have problems in Windows: REBOOT
If you have problems in Linux:   BE ROOT


Re: [Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set

2007-07-06 Thread Nicolas Boullis

Hi,

Quoting Philipp Kolmann [EMAIL PROTECTED]:


Hi,

I wanted to enable FS quota support in dovecot, and have configured the
following directives:

protocol imap {
  mail_plugins = imap_quota


The imap_quota plugin depends on the quota plugin. You should try
  mail_plugins = quota imap_quota


Cheers,

Nicolas



Re: [Dovecot] modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set

2007-07-06 Thread Philipp Kolmann
On Fri, Jul 06, 2007 at 02:58:58PM +0200, Nicolas Boullis wrote:
 Hi,
 
 Quoting Philipp Kolmann [EMAIL PROTECTED]:
 
 Hi,
 
 I wanted to enable FS quota support in dovecot, and have configured the
 following directives:
 
 protocol imap {
   mail_plugins = imap_quota
 
 The imap_quota plugin depends on the quota plugin. You should try
   mail_plugins = quota imap_quota


thanks Nicolas, that was the trick.

Philipp

PS: It gives the same error msg with 1.0.1

-- 
If you have problems in Windows: REBOOT
If you have problems in Linux:   BE ROOT