Alexander Weber
2013-Jul-19 13:43 UTC
[Dovecot] zlib plugin "undefined symbol: imap_module_register"
Hi all, i've tried to enable the zlib plugin within die LDA, but i've got some strange errors dovecot: lda: Error: dlopen(/usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so) failed: /usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so: undefined symbol: imap_module_register dovecot: lda: Fatal: Couldn't load required plugins am i missing something within the config? doveconf -n # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-49-generic x86_64 Ubuntu 12.04.2 LTS base_dir = /var/run/dovecot/ disable_plaintext_auth = no hostname = mail.local mail_location = maildir:~/Maildir managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { list = yes location = maildir:/home/shared:CONTROL=~/.Maildir/control/Shared:INDEX=~/.Maildir/index/Shared prefix = shared/ separator = / subscriptions = yes type = public } namespace { inbox = yes location prefix separator = / type = private } passdb { driver = pam } passdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve zlib_save = gz zlib_save_level = 6 } postmaster_address = postmaster at localhost protocols = imap sieve service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfix } } service imap-login { inet_listener imaps { port = 993 ssl = yes } } ssl_ca = </etc/ssl/some_magic_wildcard.pem ssl_cert = </etc/ssl/some_magic_wildcard.pem ssl_cipher_list = HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3 ssl_key = </etc/ssl/some_magic_wildcard.pem userdb { driver = passwd } userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } protocol imaps { imap_client_workarounds = delay-newmail mail_max_userip_connections = 50 } protocol lda { deliver_log_format = msgid=%m: %$ mail_plugins = sieve, zlib, acl, imap_zlib postmaster_address = postmaster quota_full_tempfail = yes rejection_reason = Your message to <%t> was automatically rejected:%n%r } protocol imap { mail_plugins = zlib, acl, imap_zlib } Mit freundlichen Gruessen / best regards papaya Software GmbH i.A. Alexander Weber -- papaya Software GmbH | Im MediaPark 5 | 50670 Koeln | Germany Tel./Ph.: +49-221-5743-8070 | Fax: +49-221-5743-8099 mailto:weber at papaya-cms.com | http://www.papaya-cms.com/ -- Geschaeftsfuehrer: Andreas Jacobi, Andr? Schnitzler, Daniel Sch?fer Sitz& Registergericht: Koeln | HRB 60030 | USt.-Id.-Nr.: DE 255642963 --
Axel Luttgens
2013-Jul-19 14:45 UTC
[Dovecot] zlib plugin "undefined symbol: imap_module_register"
Le 19 juil. 2013 ? 15:43, Alexander Weber a ?crit :> Hi all, > > i've tried to enable the zlib plugin within die LDA, but i've got some strange errors > > dovecot: lda: Error: dlopen(/usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so) failed: /usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so: undefined symbol: imap_module_register > dovecot: lda: Fatal: Couldn't load required plugins > > > [...] > protocol lda { > deliver_log_format = msgid=%m: %$ > mail_plugins = sieve, zlib, acl, imap_zlib > postmaster_address = postmaster > quota_full_tempfail = yes > rejection_reason = Your message to <%t> was automatically rejected:%n%r > }Hello Alexander, Should the imap_zlib plugin be listed in the above? Axel