Hello,
The following errors are constantly popping up for 2 accounts. I can't get it fixed, I did doveadm backup to another account, the same happens in the new account. I did doveadm force-resync, the problem persists.
I'm using dovecot 2.2.
2017-08-18T11:46:12.472821881Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333584)
2017-08-18T11:46:12.651002372Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333708)
2017-08-18T11:46:12.651059432Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: fscking index file /srv/dovecot2/index/ alliar.com/ramon.lacerda/storage/dovecot.map.index
2017-08-18T11:46:12.764926940Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: rebuilding indexes
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
On 18.08.2017 14:55, Webert de Souza Lima wrote:
Hello,
The following errors are constantly popping up for 2 accounts. I can't get it fixed, I did doveadm backup to another account, the same happens in the new account. I did doveadm force-resync, the problem persists.
I'm using dovecot 2.2.
2017-08-18T11:46:12.472821881Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333584)
2017-08-18T11:46:12.651002372Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333708)
2017-08-18T11:46:12.651059432Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: fscking index file /srv/dovecot2/index/ alliar.com/ramon.lacerda/storage/dovecot.map.index
2017-08-18T11:46:12.764926940Z Aug 18 11:46:12 lmtp(ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: rebuilding indexes
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
Hi!
This is fixed in next release (2.2.32) with https://github.com/dovecot/core/commit/c8be394
Aki Tuomi
Oh, so that's likely a bug. I was thinking it would require manual intervention to fix.
Great, I'll do an upgrade ASAP. Praised be Docker.
Thank you very much.
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
On Fri, Aug 18, 2017 at 9:03 AM, Aki Tuomi aki.tuomi@dovecot.fi wrote:
On 18.08.2017 14:55, Webert de Souza Lima wrote:
Hello,
The following errors are constantly popping up for 2 accounts. I can't get it fixed, I did doveadm backup to another account, the same happens in the new account. I did doveadm force-resync, the problem persists.
I'm using dovecot 2.2.
2017-08-18T11:46:12.472821881Z Aug 18 11:46:12 lmtp( ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333584)
2017-08-18T11:46:12.651002372Z Aug 18 11:46:12 lmtp( ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: Inconsistency in map index (647,6288 != 647,28333708)
2017-08-18T11:46:12.651059432Z Aug 18 11:46:12 lmtp( ramon.lacerda@alliar.com): Warning: fscking index file /srv/dovecot2/index/ alliar.com/ramon.lacerda/storage/dovecot.map.index
2017-08-18T11:46:12.764926940Z Aug 18 11:46:12 lmtp( ramon.lacerda@alliar.com): Warning: mdbox /srv/dovecot2/mail/alliar.com/ramon.lacerda/storage: rebuilding indexes
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
Hi!
This is fixed in next release (2.2.32) with https://github.com/dovecot/core/commit/c8be394
Aki Tuomi
On Fri, Aug 18, 2017 at 9:03 AM, Aki Tuomi aki.tuomi@dovecot.fi wrote:
This is fixed in next release (2.2.32) with https://github.com/dovecot/core/commit/c8be394
Aki Tuomi
As this is still a release candidate, I'm thinking of running an isolated instance of this version, and do doveadm force-resync just to fix just this user's mailbox. What do you think?
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
On 18 Aug 2017, at 16.43, Webert de Souza Lima webert.boss@gmail.com wrote:
On Fri, Aug 18, 2017 at 9:03 AM, Aki Tuomi aki.tuomi@dovecot.fi wrote:
This is fixed in next release (2.2.32) with https://github.com/dovecot/core/commit/c8be394
Aki Tuomi
As this is still a release candidate, I'm thinking of running an isolated instance of this version, and do doveadm force-resync just to fix just this user's mailbox. What do you think?
That would work. Also as a different workaround you could just rm storage/dovecot.map.index* and doveadm force-resync -u user@domain '*'. Should be also safe to do (won't lose any information), although I guess it has some potential of race conditions causing temporary problems if the user accesses mails at the same time.
On Fri, Aug 18, 2017 at 1:30 PM, Timo Sirainen tss@iki.fi wrote:
That would work. Also as a different workaround you could just rm storage/dovecot.map.index* and doveadm force-resync -u user@domain '*'.
Thank you Timo, that did the trick without the need of a sudden upgrade. Mailbox was fixed :)
Regards,
Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil*
participants (3)
-
Aki Tuomi
-
Timo Sirainen
-
Webert de Souza Lima