Dovecot index issue: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
tail -f /var/log/mail.err | 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:10 mail dovecot: IMAP(ss.aggarwal@blkhospital.com): Corrupted transaction log file /home/vmail/blkhospital.com/ss.aggarwal | ||
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 | /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''' | '''Resolved by''' | ||
Fixed by disabling | Fixed by disabling | ||
| Line 24: | Line 25: | ||
rm -rf /home/vmail/blkhospital.com/*/dovecot.index* | rm -rf /home/vmail/blkhospital.com/*/dovecot.index* | ||
which will delete the server wide all dovecot indexes | |||
Revision as of 10:13, 26 November 2012
BLK Hospital Issue of IMAP getting Dropped
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