Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: James A on December 16, 2010, 05:24:56 AM

Title: newb question -Applying Config Changes
Post by: James A on December 16, 2010, 05:24:56 AM
Sorry to ask a really dumb question. I have inherited a couple of Linux mail servers running roundcube and am fairly new to the whole thing.

The webmail is running slowly on some IMAP accounts (about 15 seconds to change pages on a sent box containing 1200 messages) so I read through the HowTo-Performance and want to try a couple of things, switching off caching etc, to see if anything improves things dramatically before looking elsewhere.

The only issue is once I have made a change the main.inc.php file how do I get the change to apply? Do I have to restart the service or does it simply apply after saving or is it as simple as relogging in after refreshing my web browser?

The servers are running live hence I want to know what I'm doing before charging in there. I've no problem making a change and then changing it back again, just want to avoid unnecessary downtime.

Thanks for any help, just please keep the abuse down for such a stupid question.
Title: newb question -Applying Config Changes
Post by: Julius Caesar on December 16, 2010, 08:22:36 AM
The configuration is applied 'on-the-fly'. A reload (or opening another item) is sufficient.
Title: newb question -Applying Config Changes
Post by: alec on December 16, 2010, 09:52:38 AM
However, when you change options from user preferences, users settings will be not overwritten. To do this you'll need to change them in database or at least to clean them (using SQL query).
Title: newb question -Applying Config Changes
Post by: James A on December 16, 2010, 11:49:42 AM
Thanks for your help, just to check if I have made a change then to the Caching setting, as in switched it off, and see no difference in speed then that would suggest it hasn't helped. Alternatively might I have to wait for my Caching database to reduce in size if that was the cause or would the cached data immediately be cleared if caching was turned off.
Sorry for the ignorance.