[Dovecot] doveadm segfaults on TCP connect - version 2.0.15

ghandidrivesahumvee at rocketfish.com ghandidrivesahumvee at rocketfish.com
Wed Oct 19 22:40:46 EEST 2011


Hi list,

I just recently installed Dovecot 2.0.15. Unfortunately, doveadm segfaults
when I attempt to connect to the local dovecot instance. When this occurs,
my logs show:

2011-10-19T12:31:23-07:00 mail02 dovecot: doveadm: Error: doveadm client
not compatible with this server (mixed old and new binaries?)

I am using the settings listed on the wiki page
http://wiki2.dovecot.org/Director

[root at mail02 ~]# /opt/dovecot/bin/doveadm who -a 10.10.5.220:544
Segmentation fault (core dumped)

doveconf and gdb output are below. If there is any more information I can
provide please let me know.

Thanks!

[root at mail02 ~]# /opt/dovecot/bin/doveconf -n
# 2.0.15: /opt/dovecot-2.0.15/etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-194.17.4.el5 x86_64 CentOS release 5.5 (Final)
auth_mechanisms = plain login
auth_verbose = yes
auth_worker_max_count = 60
default_client_limit = 2048
disable_plaintext_auth = no
doveadm_proxy_port = 544
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = 10.10.5.220, 127.0.0.1
lmtp_save_to_detail_mailbox = yes
mail_fsync = always
mail_log_prefix = "%r mpid=%p %s(%u): "
mail_nfs_index = yes
mail_nfs_storage = yes
mail_plugins = " notify mail_log"
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
mmap_disable = yes
passdb {
  args = /opt/dovecot/etc/dovecot/conf.d/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  mail_log_events = delete expunge mailbox_delete
  mail_log_fields = msgid box from
  mail_log_group_events = yes
  sieve = ~/MainSieve
  sieve_before = /storage03/sieve/before/
  sieve_dir = ~/sieve
  sieve_max_actions = 32
  sieve_max_redirects = 4
  sieve_max_script_size = 2M
}
quota_full_tempfail = yes
service anvil {
  client_limit = 2000
}
service auth {
  client_limit = 7000
  unix_listener /var/spool/postfix/private/auth {
    mode = 0600
    user = postfix
  }
  unix_listener auth-userdb {
    group = mailowner
    mode = 0600
    user = mailowner
  }
}
service doveadm {
  inet_listener {
    port = 544
  }
}
service imap-login {
  inet_listener imap {
    port = 143
  }
  process_min_avail = 4
  service_count = 0
  vsz_limit = 128 M
}
service imap {%0




More information about the dovecot mailing list