I'm using Dovecot 2.0 rc5, installed by using the deb.packes from 
xi.rename-it.nl/debian/dists/stable-auto/.


When sieve is enabled (see attached config) my imap-process crashs:

Aug 12 13:25:11 mail-archiv dovecot: imap: Debug: Loading modules from 
directory: /usr/lib/doot/modules
Aug 12 13:25:11 mail-archiv dovecot: imap: Error: 
dlopen(/usr/lib/dovecot/modules/lib90_sieveugin.so) 
failed: /usr/lib/dovecot/libdovecot-sieve.so.0: undefined symbol: 
mail_deliver_get_lvar_expand_table
Aug 12 13:25:11 mail-archiv dovecot: imap: Fatal: Couldn't load required 
plugins

Bug in Dovecot, bug by the build-service or bug in my configuration?

Peer



-- 

Heinlein Professional Linux Support GmbH
Linux: Akademie - Support - Hosting
http://www.heinlein-support.de

Tel: 030-405051-42
Fax: 030-405051-19

Zwangsangaben lt. §35a GmbHG:
HRB 93818 B / Amtsgericht Berlin-Charlottenburg, 
Geschäftsführer: Peer Heinlein  -- Sitz: Berlin

# 2.0.rc5 (8c6912bc0db0): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-ac x86_64 Debian 5.0.5 
auth_debug = yes
auth_mechanisms = plain login cram-md5 digest-md5 apop
auth_username_translation = %Lu
auth_verbose = yes
listen = *
log_timestamp = %Y-%m-%d %H:%M:%S 
mail_debug = yes
mail_gid = vmail
mail_location = maildir:~/Maildir
mail_plugins = sieve
mail_privileged_group = mail
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = comparator-i;octet comparator-i;ascii-casemap fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date spamtest spamtestplus virustest
namespace {
  inbox = yes
  list = yes
  location = 
  prefix = 
  separator = /
  subscriptions = yes
  type = private
}
namespace {
  list = children
  location = maildir:%%h:INDEX=~/shared/%%u
  prefix = shared/%%u/
  separator = /
  subscriptions = no
  type = shared
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
plugin {
  acl = vfile
  acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
  quota = maildir:storage=
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
  sieve_max_redirects = 10
}
protocols = lmtp imap sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    mode = 0666
  }
}
ssl = no
ssl_cert = /etc/mailApp/ssl-store/mailapp.pem
ssl_key = /etc/mailApp/ssl-store/mailapp.pem
userdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
verbose_proctitle = yes

Reply via email to