Package: dovecot-imapd
Version: 1:1.0.14-1
Severity: important

Hi,

It appears that the imap_quota plugin isn't linked properly.  This can
be reproduced quite easily in sid by having

protocol imap {
  ...
  mail_plugins = imap_quota
  ...
}

and then trying to start dovecot:

[EMAIL PROTECTED]:/tmp$ sudo /etc/init.d/dovecot restart
Restarting IMAP/POP3 mail server: dovecot
Edlopen(/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so) failed: 
/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so: undefined symbol: 
quota_set

FCouldn't load required plugins
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf failed!
[EMAIL PROTECTED]:/tmp$

A quick investigation shows that the quota_set symbol is in 
lib10_quota_plugin.so

[EMAIL PROTECTED]:/usr/lib/dovecot/modules/imap$ objdump -T 
lib10_quota_plugin.so | grep quota_set
0000000000003f80 g    DF .text  000000000000004b  Base        quota_set_error
0000000000004620 g    DF .text  000000000000014a  Base        quota_setup_init
00000000000048a0 g    DF .text  000000000000011b  Base        quota_setup_deinit
0000000000003d90 g    DF .text  000000000000000a  Base        quota_set_resource
000000000020a960 g    DO .bss   0000000000000008  Base        quota_set

which suggests that the imap_quota plugin is meant to be linked to it.

I'm going to try to build it with this done and see if that fixes it.

Thanks,

Mark


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-imapd depends on:
ii  dovecot-common                1:1.0.14-1 secure mail server that supports m
ii  libc6                         2.7-11     GNU C Library: Shared libraries
ii  libssl0.9.8                   0.9.8g-9   SSL shared libraries

dovecot-imapd recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to