Dovecot index issue: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[category: | [[category:BLK Hospital]] | ||
== BLK Hospital Issue of IMAP getting Dropped == | == BLK Hospital Issue of IMAP getting Dropped == | ||
Latest revision as of 18:04, 13 January 2013
BLK Hospital Issue of IMAP getting Dropped[edit]
Diagonised via
tail -f /var/log/mail.err
Nov 24 14:21:10 mail dovecot: IMAP(ss.aggarwal@blkhospital.com): Corrupted transaction log file /home/vmail/blkhospital.com/ss.aggarwal /dovecot.index.log: Seen counter wrong Nov 24 14:21:45 mail dovecot: IMAP(ss.aggarwal@blkhospital.com): Corrupted transaction log file /home/vmail/blkhospital.com/ss.aggarwal /dovecot.index.log: Seen counter wrong
Resolved by
Fixed by disabling
mmap_disable=yes
in /etc/dovecot/dovecot.conf
Also removed all the dovecot indexs via
rm -rf /home/vmail/blkhospital.com/*/dovecot.index*
which will delete the server wide all dovecot indexes