XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > Telaen problem


Posted by: Zon Jan 1 2007, 09:18 AM
Once called, it will display the login page. But once i entered my user name and password, it will process and goes back to my login page again. I use the debug mode and it display as follows.

<- +OK <1157178857.1692@mail.com> [XMail 1.22 POP3 Server] service ready; Sat, 2 Sep 2006 14:34:17 +0800
-> USER zon
<- +OK Password required for zon@mail.com
-> PASS ****
<- +OK Maildrop has 70 messages (57439279 bytes)
-> LIST
<- +OK 0 0
.
-> QUIT
<- +OK [XMail 1.22 POP3 Server] closing session

--------------------------------------------------------------------------------

Debug enabled:


Click here to go to http://localhost/mail/messages.php?folder=inbox&pag=1


I used it in server 1 and there was no problem. Then I install it in server 2 and this problem pops up.

I think server 1 and server 2 have different about PHP, but I don't know it.

This is the info for php.ini of server 1

sorry, I can not upload this files, don't know why question2.gif

Anybody could help me with this problem?

Link php.ini of server 1:
http://www.4shared.com/file/8162006/1f713afb/php_server1.html

Link php.ini of server 2:
http://www.4shared.com/file/8162007/68760a6d/php_server2.html

Posted by: ndoeberlein Jan 1 2007, 10:06 PM
What OS?

I found problems with PHP less than 5.2.0. Get the latest release and try again. Make sure to delete your original PHP installation first.

Posted by: bim Jan 2 2007, 09:19 AM
You might want to check if all permissions are set up correctly:
- The map where PHP keeps its sessions should be writable for the user your website runs under
- The Telaen database folder should be writable
- You might want to try deleting all folders from the database folder that start with _ or % and that don't belong to any accounts.

But it's probably just the sessions folder from PHP that isn't writable.

Posted by: Zon Jan 2 2007, 12:04 PM
QUOTE (bim @ Jan 2 2007, 09:19 AM)
You might want to check if all permissions are set up correctly:
- The map where PHP keeps its sessions should be writable for the user your website runs under
- The Telaen database folder should be writable
- You might want to try deleting all folders from the database folder that start with _ or % and that don't belong to any accounts.

But it's probably just the sessions folder from PHP that isn't writable.

My configuration:

+ session.save_path = /var/lib/php/session

>ls -ld /var/lib/php/session
drwxrwx--- 2 root apache 346636 Jan 2 17:35 /var/lib/php/session

+ Telaen database folder: /MailRoot/temp
+ DocumentRoot /MailRoot/webmail
+ Smarty folder: /MailRoot/smarty

>chmod 770 /MailRoot/temp
>chown root:apache /MailRoot/temp
>chmod 770 -R /MailRoot/webmail
>chown root:apache -R /MailRoot/webmail
>chmod 770 /MailRoot/smarty
>chown root:apache /MailRoot/smarty

And I usually delete all folders from database folder when I got wrong.

I think my server is missing PHP module, but I don't know what it is sad.gif

You can view it here:
http://www2.24h.com.vn/info.php

Any solution yet?

Posted by: Zon Jan 5 2007, 05:08 PM
hello? anybody here???

Nobody has any solution yet? ghostface.gif

Posted by: ndoeberlein Jan 5 2007, 06:46 PM
In my first reply I stated that I have found issues with PHP < 5.2.0. You are running 5.0.4. You should update it and make configuration changes as needed per the Telaen manual.

This is a PHP and a possible security issue. This is not an error due to XMail.

Once you have PHP 5.2.x running on your machine, run check_install.php under the Telaen extras directory.

You may want to post your question on the Telaen board as well, as they deal with Telaen daily. http://www.telaen.org.

Let us know...

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)