Problem logging in to SquirrelMail

kriss83

Verified User
Joined
May 10, 2008
Messages
7
Hi

I'm having trouble logging in to SquirrelMail,
after entering the correct account information mail message is

"ERROR
You must be logged in to access this page."

Please help, I do not know what to do with it.
 
Are any errors being logged in the apache error log?
 
my apache error log

Code:
[Thu Nov 05 11:04:04 2009] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Thu Nov 05 11:04:04 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Nov 05 11:04:05 2009] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Thu Nov 05 11:04:05 2009] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8c DAV/2 PHP/5.2.11 configured -- resuming normal operations
[Thu Nov 05 13:33:07 2009] [error] [client 216.129.119.43] File does not exist: /var/www/html/robots.txt
[Thu Nov 05 13:33:07 2009] [error] [client 216.129.119.43] File does not exist: /var/www/html/404.shtml

I'll add more to that seen RoundCube works
and SquirrelMail does not work
 
I dunno ive never seen the problem before.

You could try:

cd /usr/local/directadmin/custombuild
./build update
./build squirrelmail d
 
Hello,

I googled it and found this:
http://squirrelmail.org/wiki/LoginError

It says it's a cookie/session issue. The reinstall of SM would still be the correct solution, but maybe try a more agressive approache.
Code:
cd /var/www/html
mkdir old
mv squirrelmail* old
cd /usr/local/directadmin/custombuild
./build squirrelmail
Once satisified it all works, delete the /var/www/html/old directory.

What the above will do is competely remove (via move) the old SM directory, in case an option in it was changed that the installer does not overwrite. Using a fresh copy is usually a safe solution.

John
 
Back
Top