@Diranged: did you check how many imap connections run when your imap service slow?
netstat -ant| grep 143 | wc -l
with zimbra user
Maybe you should increase the number of imap concurent connections on your server. I used 500 concurrent connections and it run well. |