Roundcube Update: 0.2

How can i do that?

My "/var/www/html/roundcube/.htaccess":
-------------------------------------------------------------------
# AddDefaultCharset UTF-8
AddType text/x-component .htc

<IfModule mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors

php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M

php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
php_value zend.ze1_compatibility_mode 0

php_value session.auto_start 0
php_value session.gc_maxlifetime 21600
php_value session.gc_divisor 500
php_value session.gc_probability 1

# http://bugs.php.net/bug.php?id=30766
php_value mbstring.func_overload 0
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^favicon.ico$ skins/default/images/favicon.ico
</IfModule>

Order deny,allow
Allow from all
-------------------------------------------------------------------

Bye!



EDIT:
Sorry, but i read in "http://trac.roundcube.net/ticket/1485118" that i must have apache v 1.4.13+ to use Roundcube 0.2.
However im running Apache 1.3.37, so maybe thats my problem. Is there a way to make it work?
 
Last edited:
Last night at midnight httpd terminated unexpectedly and wouldn't restart. After restarting the VPS container httpd restarted ok. However, I couldn't see anything abnormal in the logs but thought I should update to the latest DA anyway, just to be safe.

For the record, this is EXACTLY what happened to me twice, a few days ago and a week ago on my DirectAdmin VPS (httpd crashed and was not restartable until reboot).

I also found my /var/logs/secure log file had grown to 236MB and contained evidence of a brute force attempt to gain SSH access.

I've upgraded roundcube now but I found a few nasty looking files in /tmp and am trying to get to the bottom of this now to see what damage might have been done.
 
hi I'm not pro at this type of thing and I've only had InterWorx for a week or so now, but I love RoundCube so much that I was compelled to figure out how to integrate it into the webmail-chooser and make it accessible server-wide.

I was nearly successful at integrating it right within the /home/interworx/lib area (where horde and squirrelmail are located) but unfortunately the iworx copy of php is too old for the latest stable version of roundcube (which requires php 5.2 or higher).

However, as I did say I was successful, I managed to get it working from within one of my SiteWorx accounts (but that is completely transparent to the user). I am not sure if it's possible to update iworx php, and I didn't want to try, so I updated the server-copy of php to allow the latest RoundCube to work.

Anyway here's to get RoundCube working server wide and integrate it within the webmail chooser. Legend: mysite.com = a domain in one of your SiteWorx accounts where roundcube is installed. anydomain.com = any other domains on the server, within other SiteWorx accounts. I take no responsibility if anything bad comes from this guide! Also, future interworx updates may undo these changes - so keep that in mind.
shae marks
 
Last edited:
If you're using InterWorx, why are you commenting on a Directadmin upgrade? I'm confused, they're two entirely different control panels

:confused:
 
Seems they still did not fix the imap issues. Takes 45 secs to login still... lame. Only webmail client with that problem.
 
Version 1.0.1 is caught in the same check as 0.1 :)
I got an system message, that I have version 0.1 installed, but it is in fact 1.0.1
 
I got the same warning today... but no 0.1 version is installed :)

Roundcube version 0.1 has been found your system.
The locations on disk are within /var/www/html in the folder(s):
/var/www/html/roundcubemail-1.0.1
 
My /roundcube is also broken....

After a delete of it, i try to run ./build roundcube.
Then, the 'sample'-suffix is not removed, so i remove this suffix. Then i get the error:
Unable to connect to the database!
Please contact your server-administrator.
Where can i find the databaselogin for Roundcube?
 
Aar, have you tried to drop database first and the connect? Check this out:
help.directadmin.com/item.php?id=206
 
Back
Top