Jump to content

Dovecot index issue: Difference between revisions

From TetraWiki
Created page with "category:Tetra Clients‏‎ == BLK Hospital Issue of IMAP getting Dropped == '''Diagonised via''' ### Tail -f /var/log/mail.err Nov 24 14:21:10 mail dovecot: IMAP(..."
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[category:Tetra Clients‏‎]]
[[category:BLK Hospital‏‎]]


== BLK Hospital Issue of IMAP getting Dropped  ==
== BLK Hospital Issue of IMAP getting Dropped  ==
Line 6: Line 6:
'''Diagonised via'''  
'''Diagonised via'''  


### 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
which will delete the server wide all dovecot indexes

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