Outlook tries to keep IMAP connection on-line using the IMAP IDLE instruction. This instruction does not work as Outlook expects. As result connection hangs.
Resolution for Plesk and Plesk Premium Mail (Kolab)
- Connect to the server via SSH
- Plesk: Open the file
/etc/dovecot/conf.d/12-plesk-idle.confwith the text editor and add the following line: - Kolab: Open the file
/etc/dovecot/conf.d/12-kolab-idle.confwith the text editor and add the following line: -
Note: If the file does not exist, it should be created
imap_capability= LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
… - Restart Dovecot service:
# service dovecot restart