ispCP - Board - Support
[Solved] SquirrelMail login problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [Solved] SquirrelMail login problem (/thread-1552.html)



[Solved] SquirrelMail login problem - Emitor - 10-17-2007 06:09 PM

Hi!

I've a problem with webmail.
After i logged in, scripts creates a cookie:

Name SQMSESSID
Value 55c3f07540f73cc7781cef89f7d7705f
Host admin.mydomain.tld
Path /
Secure No
Expires At End Of Session

If i ll'try to click anywhere, i got a message about failed login.
I think it's a problem in session.

I'am using this url
http://admin.mydomain.tld/tools/webmail/


RE: SquirrelMail login problem - Emitor - 10-17-2007 06:10 PM

and theme isn't displayed properly


RE: SquirrelMail login problem - BeNe - 10-17-2007 06:13 PM

This works for me in current trunk!
Please check it in the Demo --> http://admin.ispcpdemo.homeip.net/tools/webmail/src/login.php

Login: user@domain.tld
Pw: user123

Greez BeNe


RE: SquirrelMail login problem - Emitor - 10-17-2007 06:19 PM

BeNe Wrote:This works for me in current trunk!
Please check it in the Demo --> http://admin.ispcpdemo.homeip.net/tools/webmail/src/login.php

Login: user@domain.tld
Pw: user123

Greez BeNe

When i installed RC2, it works fine, but i did some changes in configuration files of SQM

another cookie

Name user
Value Bj0FZQFuUzIDYAFuVjNXJlhrVnwCRw47U3tVZFY6WGtTIVJvUTsCJFY0XCcHYQV7
Host admin.domain.tld
Path /tools/webmail/
Secure No
Expires Wed, 24 Oct 2007 07:50:53 GMT


RE: SquirrelMail login problem - BeNe - 10-17-2007 06:21 PM

Quote:but i did some changes in configuration files of SQM
And thats the Problem. What did you changed exactly and why ?
Per default as you can see SquirrelMail works perfect.

Greez BeNe


RE: SquirrelMail login problem - Emitor - 10-17-2007 06:26 PM

BeNe Wrote:
Quote:but i did some changes in configuration files of SQM
And thats the Problem. What did you changed exactly and why ?
Per default as you can see SquirrelMail works perfect.

Greez BeNe

i changed
PHP Code:
$theme_default 1;
$theme_css SM_PATH 'themes/css/verdana-10.css';

/**
 * Listing of installed themes
 * @global array $theme
 */

$theme[0]['PATH'] = SM_PATH 'themes/deepocean2_theme.php';
$theme[0]['NAME'] = 'Deep Ocean 2'
[/php]


RE: SquirrelMail login problem - Emitor - 10-17-2007 06:30 PM

problem solved
i found a backup file

thnx Smile


RE: SquirrelMail login problem - BeNe - 10-17-2007 06:31 PM

Fine!
Could you please mark this Thread as [SOLVED]
Thanks.

Greez BeNe