This is how I fixed it (my problem anyway)
I had the same issue so I performed the following steps:
Notice: Unknown(): [CLOSED] IMAP connection broken (server response) (errflg=1) in Unknown on line 0
I am using:
WHM 10.8.0
cPanel 10.8.2-R119
Linux RHEL 4 x86_64
ldd /usr/lib/courier-imap/bin/imapd
Code:
[B][COLOR="Red"]libfam.so.0 => not found[/COLOR][/B]
libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000003205e00000)
libcourierauth.so.0 => /usr/lib64/courier-authlib/libcourierauth.so.0 (0x0000002a95563000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000003204f00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003204d00000)
So I went searching for the RPM and found it here:
Code:
wget ftp://ftp.pbone.net/mirror/www.whiteboxlinux.org/whitebox/4/en/os/x86_64/WhiteBox/RPMS/gamin-0.0.17-4.x86_64.rpm
So I used the RPM Update:
Code:
rpm -Uvh gamin-0.0.17-4.x86_64.rpm
Then decided to test the curior command again:
Code:
libfam.so.0 => /usr/lib64/libfam.so.0 (0x0000002a95562000)
libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000003205e00000)
libcourierauth.so.0 => /usr/lib64/courier-authlib/libcourierauth.so.0 (0x0000002a95668000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000003204f00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003204d00000)
Now webmail is working like it is supposed to
Good luck!