Hello Timo, this is the content of path /indices_dovecot/indices/11/21/espi/mailboxes/CURSOS/ACCION SOCIAL
-rw------- 1 entrega entrega 304 dic 13 08:41 dovecot.index -rw------- 1 entrega entrega 40 dic 13 08:41 dovecot.index.log -rw------- 1 entrega entrega 392 dic 13 08:41 dovecot.index.log.2
In today logs I have not found any "No such file or directory" so far. If I can do something to help you debug this, ask for in in this thread.
Regards
María.
El 13/12/17 a las 20:09, Timo Sirainen escribió:
On 13 Dec 2017, at 9.55, María Arrea maria.arrea@gmx.com wrote:
We have upgraded today from Dovecot 2.2.31 to Dovecot 2.2.33.2 and modified our config to include ITERINDEX in mail_location and we are detecting some errors like this:
/Dec 13 08:17:31 buzon_rhel7 dovecot: imap(rboloix): Error: stat(/buzones/location/18/48/rboloix/mailboxes/SIT - Pra&AwE-cticas 2014/dbox-Mails) failed: No such file or directory// //Dec 13 08:40:24 buzon_rhel7 dovecot: imap(espi): Error: stat(/buzones/location/11/21/espi/mailboxes/CURSOS/ACCION SOCIAL/dbox-Mails) failed: No such file or directory// //Dec 13 08:40:25 buzon_rhel7 dovecot: imap(espi: Error: stat(/buzones/location/11/21/espi/mailboxes/CURSOS/ACCION SOCIAL/dbox-Mails) failed: No such file or directory// //Dec 13 08:41:59 buzon_rhel7 dovecot: imap(espi): Error: stat(/buzones/location/11/21/espi/mailboxes/CURSOS/ACCION SOCIAL/dbox-Mails) failed: No such file or directory/
I think /indices_dovecot/indices/11/21/espi/mailboxes/CURSOS/ACCION SOCIAL/dbox-Mails exists, but this one doesn't? So it's a desync between what exists and what doesn't. A fix would be to either delete the folder from the indices_dovecot or mkdir this missing directory back. I guess it would be nice if Dovecot would mkdir it back automatically. Although I don't know where the stat() errors are coming from exactly - I tried a few tests and I could get a different error by trying to APPEND to the folder, but couldn't figure out how to trigger a stat() error.