Hello,
after an upgrade from alpha5 to beta3, every operation after login from
an MUA returns
ERROR: Could not complete request.
Query: COPY 9 "Trash"
Reason Given: (null)
Both were built with
./configure --prefix=/usr/local \
--disable-ipv6 \
--with-passwd \
--with-passwd-file \
--with-ldap \
--with-ssl=openssl \
--with-ssldir=/etc/dovecot/ssl \
--localstatedir=/var \
--sysconfdir=/etc/dovecot \
--with-mysql \
--without-deliver \
--with-moduledir=/usr/local/lib/dovecot
Just before `make install' on beta3, I removed content of
/usr/local/lib/dovecot
to ensure a clean install of the modules.
My dovecot.conf contains
base_dir = /var/run/dovecot/
protocols = imaps imap
listen = *
ssl_disable = no
ssl_cert_file = /etc/dovecot/ssl/net.crt
ssl_key_file = /etc/dovecot/ssl/net.key
ssl_ca_file = /etc/dovecot/ssl/chain.pem
ssl_cipher_list = ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM:!SSLv2
disable_plaintext_auth = yes
syslog_facility = mail
login_user = dovecot
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
verbose_proctitle = yes
mail_debug = no
default_mail_env = maildir:%h/Maildir
namespace private {
separator = /
prefix inbox = yes
}
mail_full_filesystem_access = no
mail_log_prefix = "%Us %p %r [%u]: "
protocol imap {
mail_use_modules = yes
mail_modules = /usr/local/lib/dovecot/imap
login_greeting_capability = no
}
protocol pop3 {
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth_verbose = yes
auth_debug = yes
auth default_with_listener {
mechanisms = plain
user = root
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
socket listen {
master {
path = /var/run/dovecot-auth-client/sock
mode = 0666
}
}
}
Can someone please help me?
Thank & regards,
-JP