Major Webmail Issues After Update

celliott

Well-Known Member
Jan 2, 2006
459
0
166
United Kingdom
Currently getting this when logging into Horde Webmail via normal and SSL access:

Notice: Unknown(): [CLOSED] IMAP connection broken (server response) (errflg=1) in Unknown on line 0

Have tried the obvious /scripts/fullhordereset which has made no difference.

I am also getting this on Squirrelmail:

ERROR: Connection dropped by IMAP server.


I have seen this error in other threads with no solution. Can anyone give some ideas for a fix to this problem?
 
Last edited:

krava

Well-Known Member
Sep 23, 2003
149
0
166
cPanel Access Level
Root Administrator
Hello.

Try to do follwing:
#/scripts/courierup
#/scripts/convert2maildir
#/scripts/eximup --force
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
celliott said:
Notice: Unknown(): [CLOSED] IMAP connection broken (server response) (errflg=1) in Unknown on line 0

ERROR: Connection dropped by IMAP server.
Possible solutions:
Can you connect to IMAP locally? Try this command:
mutt -f imap://localhost/

Is this a new client? If yes, did you convert his mail to Maildir format?

This also might be due to (multiple) login sessions from the same host at the same time.

Did you check on the permission/ownership of this user's files?
 

vinodchacko

Member
Oct 3, 2005
17
0
151
God's Own Country
cPanel Access Level
Root Administrator
The Fix

I did this to fix : -

~~~~~~~
# 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)
~~~~~~~~

and found that " libfam.so.0 => not found " ; installed the .so file by " yum install fam "

Thats it :-d

Vinod
 

brianc

Well-Known Member
May 16, 2003
191
7
168
Thanks vinodchacko. Your solution did the trick for me.

Brian
 

adapter

Well-Known Member
PartnerNOC
Sep 17, 2003
391
0
166
i have the same problem but only for one domain

i have try all on this topic but i cant fix it

ldd /usr/lib/courier-imap/bin/imapd
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x00aae000)
libcourierauth.so.0 => /usr/lib/courier-authlib/libcourierauth.so.0 (0x0050c000)
libc.so.6 => /lib/tls/libc.so.6 (0x00944000)
/lib/ld-linux.so.2 (0x00926000)
 

viciouz

Registered
Dec 19, 2006
1
0
151
Possible solutions:
Can you connect to IMAP locally? Try this command:
mutt -f imap://localhost/

Is this a new client? If yes, did you convert his mail to Maildir format?

This also might be due to (multiple) login sessions from the same host at the same time.

Did you check on the permission/ownership of this user's files?
My site was somehow compromised back in march when someone used a form on my site to somehow send emails to about 57000 aol users and my site was locked. My hosting service suggested I delete my entire account and re install it to the server. This account is my personal account under my reseller account.

I still receive the same error as in this thread and have found that the permissions on my mail folder have been changed and I am no longer the owner... sounds like I was hacked I guess, but how to i get ownership back? Do I have to uninstall the domain once again and re install it to the server? Ive been unable to send e-mail from this account since march and it is a merchant account so I think Ive lost a lot of business because of it.

any help would really be great.

Thanks