JavaScript Required.
We're sorry, but Pega7 doesn't work without JavaScript enabled. Please enable and refresh.
<p>On a new VPS (or you've run '/scripts/upcp' to update cPanel), you login to Squirrelmail and hit this error:</p> <p>ERROR: Connection dropped by IMAP server</p> <p>Courier-IMAP is linked against libfam, and that library is probably missing. Use SSH for the following.</p> <h3>How to Check</h3> <p>root@server# ldd /usr/lib/courier-imap/bin/imapd<br /> libfam.so.0 => not found<br /> libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000002a9566c000)<br /> libcourierauth.so.0 => /usr/lib64/courier-authlib/libcourierauth.so.0 (0x0000002a95772000)<br /> libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a9587c000)<br /> /lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)</p> <h3>How to Fix</h3> <p>root@server# yum install gamin</p>