CentOS x64 compilation fails.

2014-10-12 Thread Mart Pirita
Hello. I have problems to compile Dovecot2.2.13 with rpmbuild using options: ./configure \ --prefix=/usr \ --with-ssl=openssl \ --with-ssldir=/etc/ssl \ --sysconfdir=/etc \ --without-vpopmail \ --with-pam \ --without-bsdauth \ --wi

Re: Corrupted index cache after migrating from maildir to mdbox

2014-10-12 Thread Daniel Parthey
I think you could try to simply delete dovecot.index.cache file and have dovecot automatically recreate it on the next delivery or login. And then see if the error messages go away for this mailbox. With mdbox the dovecot.index file must not be deleted however, you would otherwise lose "seen" f

Dovecot domain quota

2014-10-12 Thread Filip Bartmann
I have dovecot version 2.1.7 and I have quota configured as: --- dict { quota_domain = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } mail_plugins = quota protocol imap { mail_plugins = quota quota imap_quota } plugin { quota = dict:domain:%d:proxy::quota_domai

Re: Dovecot domain quota

2014-10-12 Thread Robert Schetterer
Am 12.10.2014 um 19:28 schrieb Filip Bartmann: > I have dovecot version 2.1.7 and I have quota configured as: > --- > dict { > quota_domain = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext > } > mail_plugins = quota > protocol imap { > mail_plugins = quota quota im

Re: Corrupted index cache after migrating from maildir to mdbox

2014-10-12 Thread Tim
Hi, I mv'ed all dovecot.index.cache files for one mailbox away but I still get error messages: Oct 12 22:47:12 mail01 dovecot: imap(foo...@example.com): Error: read(/home/vmail/example.com/foobar/mdbox/storage/m.1): FETCH BODY[] for mailbox INBOX UID 3 got too little data: 738 vs 1543

Re: Dovecot domain quota

2014-10-12 Thread Gedalya
On 10/12/2014 01:28 PM, Filip Bartmann wrote: After running `doveadm quota recalc -A` I have in my db: --- +---++--+ | domain| bytes | messages | +---++--+ | debian.jd | 505758 | 81 | +---++

[Dovecot/VirtualUsers/VirtualMailBoxes] No mails into mua

2014-10-12 Thread aleskandro
Hi all, I've configured postfix with multiple host and virtual mailboxes (main.cf is here: http://pastebin.com/798VVxbv). So I can receive email to vu...@mydomain.tld into /var/mail/vhosts/mydomain.tld/vuser file. Now I'm configuring dovecot 2.2.13-r1; this is my dovecot -n and /etc/dovecot/p

Re: Corrupted index cache after migrating from maildir to mdbox

2014-10-12 Thread Daniel Parthey
Maybe the index is corrupted too and the index.cache is a cached version of the corrupted index? Are you using NFS with mdbox and accessing one nfs mailbox directory concurrently from several dovecot hosts?

Re: 2.2.14rc1 - dsync in backup mode still changes source permissions

2014-10-12 Thread Peter Mogensen
On 2014-10-11 08:51, Peter Mogensen wrote: the docs says (or rather "said") explicitly: "No changes are ever done to the source location." ... Is the documentation intentionally changed to not make that promise anymore? I also notice that the "-o" for overriding userdb settings has be

Re: Corrupted index cache after migrating from maildir to mdbox

2014-10-12 Thread Tim
all mails are stored on an xfs filesystem and only the local dovecot accesses it. Possible to fix the index.cache files? I havn't found anything suitable in the docs. The doveadm-index commands are only for the fts plugin I think. On 13.10.2014 02:37, Daniel Parthey wrote: > Maybe the index is co