Page 1 of 1
Squirrelmail Password problem
Posted: Wed Aug 17, 2005 8:29 pm
by sonar
I've got the following problem.
I installed the squirrelmail package (scotts version) without any problems but I can't login to squirrelmail. Horde is still working fine.
Do I have to use any special options?
Running plesk 7.0.3
Thanks,
Maarten
Posted: Fri Aug 19, 2005 7:12 am
by scott
I dont have it in front of me at the moment, but if you look at /etc/httpd/conf.d/squirrelmail.conf that is where you set the path. I think I set it to /sq/ or /sq2/
Posted: Fri Aug 19, 2005 7:46 pm
by sonar
I don't understand what you mean.
In my conf file is only the alias.
I can see the login screen but no matter what account or password I use I get an username or password incorrect.
I tried with or without the the domain like
user@domain.com
Any ideas?
Posted: Sat Aug 20, 2005 9:09 am
by scott
Oh I see what you're saying, you're getting to squirrelmail, its just not authenticating correctly.
OK debugging that.. it works very much like horde on the backend. Both systems connect over loopback to imap. If horde is working, then this is probably not file descriptor related (high numbers of domains use up file descriptors, when you run out of file descriptors, you'll get this problem on horde, and then squirrelmail).
I dont suppose you know how to use a packet sniffer do you?
Posted: Sat Aug 20, 2005 9:41 am
by sonar
I know how to use tcpdump a little bit.
If you can give me the command that I have to issue than I can give you the response.