PDA

View Full Version : Roundcube times out


bswinnerton
29th October 2008, 01:51
Don't know the reason, but since today when I go to my roundcube address I can see everything normal, but when I go to login it just says waiting for domain.com. And then it will finally display a blank screen.

Looking in the logs I see:

PHP Fatal error: Maximum execution time of 120 seconds exceeded

How can I fix this?

bswinnerton
29th October 2008, 02:03
I realized what I did, I accidentally changed the permissions of my Maildir folder. What should the correct permissions be?

bswinnerton
29th October 2008, 02:05
Is there any way to have ISPConfig correct all of the permissions for my users? I made a very stupid move and did a recursive change. I'm not sure if it was the permissions that were changed or the owner. And i'm not sure of what the correct settings should be.

bswinnerton
29th October 2008, 02:16
Problem Resolved, just changed one of the settings for one of my users and ISPConfig fixed my permissions.

Once again, ISPConfig has saved my ass! =)

hambuergaer
4th November 2008, 23:31
Problem Resolved, just changed one of the settings for one of my users and ISPConfig fixed my permissions.

Once again, ISPConfig has saved my ass! =)

Hi bswinnerton, I`ve got the same problem. What did you change for your users? I have the same problem, that for all my webs and the mail users roundcube shows a blank screen after the login :-(

bswinnerton
4th November 2008, 23:34
Hmm, i think we may have different problems. Mine just would time out and stay at the login screen. But just for kicks, what I did to fix my problem was went into one of the users. Turned off spam checking and then clicked the recycling bin, waited for it to say updating configuration files, and when it was I just went and turned it back on which fixed it.

hambuergaer
4th November 2008, 23:39
Hmm, i think we may have different problems. Mine just would time out and stay at the login screen. But just for kicks, what I did to fix my problem was went into one of the users. Turned off spam checking and then clicked the recycling bin, waited for it to say updating configuration files, and when it was I just went and turned it back on which fixed it.

Ok, this is strange! Unfortunately this do not work for me :-( How do you login? With web1_username for example?

bswinnerton
4th November 2008, 23:40
No, I usually login with user@domain.com. Or if you have it in your roundcube configuration file you can configure it for just "user"

hambuergaer
4th November 2008, 23:43
No, I usually login with user@domain.com. Or if you have it in your roundcube configuration file you can configure it for just "user"

Where can I configure it? If I login at ISPConfig as admin I can just cick under "Tools" the option Roundcube. But this is just the Roundcube login page...

bswinnerton
4th November 2008, 23:45
in /roundcube/config/main.inc.php

/ Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'ENTER HERE';

hambuergaer
4th November 2008, 23:55
in /roundcube/config/main.inc.php

/ Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'ENTER HERE';


I feel sorry for my stupid questions, but what do I have to enter there, if I want to login with user@domain.de?

AND THANK YOU FOR YOUR FAST ANSWERS!!!!!

bswinnerton
5th November 2008, 02:07
Don't worry! It's not a stupid question at all. You would enter domain.de there.

hambuergaer
5th November 2008, 08:52
Don't worry! It's not a stupid question at all. You would enter domain.de there.

Ok, one last question. If I install the Roundcube *.pkg file with the Update function in ISPConfig do I need a roundcoube config folder in every web? My server is a multiweb hosting server and I need roundcube for every web!

But the only main.inc.php I found on my server is in /home/admispconfig/ispconfig/web/roundcubemail/config. This is the standard install directory of ispconfig...

Do I need the roundcube config folder in every of my webs?

bswinnerton
5th November 2008, 16:37
I'm not sure to be honest. I usually install roundcube in only one of my webs (For example the master) And then if you set it up to look at your virtusertables you can have every domain log into it on that one domain. The only thing is that they have to type the full email address. However, yes if you were to put a roundcube installation in every web, and then configure the main.inc.php as i showed above, they wouldn't only have to type user instead of user@domain.de

hambuergaer
5th November 2008, 22:45
I found the mistake. I forgot to set the option "Maildir" in ISPConfig under Management => Server => Properties => EMail .... Thats all.... Aaaarrrrggghhhhhh ;-) Thank you for your help!!!!!