[Dovecot] Dovecot-auth crash after upgrade to 1.2.16
Just made FreeBSD 8.1 portupgrade to new Dovecot version 1.2.16 from 1.2.14_1. In message log I has many records such this
and my config (wich worked perfectly before):
beta# dovecot -n
1.2.16: /usr/local/etc/dovecot.conf
OS: FreeBSD 8.1-STABLE i386 ufs
base_dir: /var/run/dovecot/
protocols: imap pop3 imaps pop3s
ssl_cert_file: /etc/ssl/dovecot.crt
ssl_key_file: /etc/ssl/dovecot.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
login_processes_count: 8
login_max_processes_count: 32
login_max_connections: 64
verbose_proctitle: yes
first_valid_uid: 25
first_valid_gid: 0
mail_access_groups: mail
mail_privileged_group: mail
mail_location: maildir:/var/mail/%d/%n
mail_executable(default): /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
imap_client_workarounds(default): delay-newmail netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
namespace:
type: private
separator: .
inbox: yes
list: yes
subscriptions: yes
namespace:
type: public
separator: .
prefix: public.
location: maildir:/var/mail/public:INDEX=~/public
list: children
lda:
postmaster_address: postmaster@peek.ru
mail_plugins: sieve
mail_plugin_dir: /usr/local/lib/dovecot/lda
sendmail_path: /usr/sbin/sendmail
auth_socket_path: /var/run/dovecot/auth-master
auth default:
mechanisms: cram-md5 plain login
username_format: %Lu
passdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
userdb:
driver: sql
args: /usr/local/etc/dovecot-sql.conf
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432
user: mailnull
master:
path: /var/run/dovecot/auth-master
mode: 384
user: mailnull
plugin:
sieve_global_path: /usr/local/etc/dovecot/dovecot-sieve.conf
sieve_dir: ~/sieve
Well, I took a little investigation about it and found that the problem in new MySQL 5.5.8 client. I believe that the better solution in this case is downgrade to 5.5.7 client. Here is the prooflink http://www.pubbs.net/201012/freebsd/38528-mysql-client-558-breaks-postfix-do...
2011/1/4 Maxim Kostikov <max.kostikov@gmail.com>
-- Best regards, Maxim V. Kostikov ICQ #115377
participants (1)
-
Maxim Kostikov