Error LOgin Webmail Horde/Squirel

dhukun

Registered
Aug 6, 2006
3
0
151
Horde Error Messege

Login failed because your username or password was entered incorrectly.

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



Neomail Error Messege

Access Denied

The server was not able to serve the document (./neomail/neomail.pl) you requested
Either your individual settings or the server configuration prevent
the requested content from being served.



SquirrelMail Error

Not able to login


Anyone know how to solve the problems?


:eek: :eek:
 

mphosting

Member
Apr 12, 2005
15
0
151
dhukun said:
Horde Error Messege

Login failed because your username or password was entered incorrectly.

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

:eek: :eek:
I had this problem today as well and found that it was wrong permissions on the /home/username/mail folder. If you chown it to user:mail (you may also need to remove the mailbox from cPanel and add it again), it should be working fine.
 
Last edited:

sanjuabrahamk

Active Member
Jan 26, 2006
31
0
156
India
solution for horde error Notice: Unknown(): [CLOSED] IMAP connection broken (server r

Hello,

If your server is running courierimap, run the command from the shell with root access.


/scripts/courierup --force

This will fix the issue.


Visit www.mycutelife.net

Thank You

Regards
Sanju
 
Last edited:

xisn

Well-Known Member
Dec 4, 2004
136
5
168
cPanel Access Level
Root Administrator
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!
 
Last edited:

manokiss

Well-Known Member
Mar 31, 2002
576
1
318
I have the same problem but installing gamin has not resoved the problem, in fact doing:

ldd /usr/lib/courier-imap/bin/imapd

It not showing any line with libfam.so.0

So im lost at this point.

Any help will be appreciated.