: ERRORImapFAM

Welcome :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Error: Connection Dropped by IMAP Server


On a new VPS (or you've run /scripts/upcp to update Cpanel), you login to Squirrelmail and hit this error:

ERROR: Connection dropped by IMAP server

Courier-IMAP is linked against libfam, and that library is probably missing.
Use SSH for the following:

How to check

root@server#  ldd /usr/lib/courier-imap/bin/imapd
libfam.so.0 => not found
libgdbm.so.2 => /usr/lib64/libgdbm.so.2 (0x0000002a9566c000)
libcourierauth.so.0 => /usr/lib64/courier-authlib/libcourierauth.so.0 (0x0000002a95772000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a9587c000)
/lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)


How to fix

root@server# yum install gamin


Back to VPS

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0639 seconds