PDA

View Full Version : RoundCube webmail 0.5 (stable) released



smtalk
01-12-2011, 01:03 PM
From roundcube.net:
The next major release has now reached stable state and is available for download. The important new features in 0.5 are: full support for shared folders and namespaces, Internationalized Domain Names (IDNA) as well as SMTP Delivery Status Notifications. The UI for managing IMAP folders has changed a bit and provides new space for further extensions and plugins.

We recommend to update all existing Roundcube installations with this release. Get it now from http://roundcube.net/download

flapjack
01-12-2011, 03:56 PM
how I can upgrade to this version?

nmb
01-12-2011, 06:10 PM
how I can upgrade to this version?

Use custombuild. I just tried and it worked :)
________
WHITE WIDOW SEEDS (http://marijuanaseeds.org/)

YMTan
01-12-2011, 06:51 PM
Can you kindly share the steps to use custombuild for upgrade?
Thanks in advance.

propcgamer
01-12-2011, 09:22 PM
cd /usr/local/directadmin/custombuild
./build update
./build roundcube

nmb
01-12-2011, 10:49 PM
Or you can



cd /usr/local/directadmin/custombuild
./build update
./build update_versions


To update Roundcube and any other software that may needed to update.
________
Homemade Vaporizer (http://homemadevaporizers.info/)

interfasys
01-12-2011, 11:20 PM
Doesn't seem to work out of the box here.

removeLockfile: not found
Directory /var/www/html/roundcubemail-0.5 does not exist

EDIT: The solution is to delete all roundcube archives.

Dennis
01-13-2011, 01:29 AM
Updated succesfully with custombuild 1.1

Got some minor issues when updating:


Updating mysql database ...
ERROR 1091 (42000) at line 9 in file: '/var/www/html/roundcubemail-0.5/SQL/mysql.update.proper.sql': Can't DROP 'username_index'; check that column/key exists
Editing roundcube configuration...
Roundcube 0.5 has been installed successfully.
/usr/bin/env: php: File or directory does not exist

But it works.

Think it is because I have MySQL 5.0. On the server with MySQL 5.1 no issues.

flapjack
01-13-2011, 05:50 AM
after ./build update_versions I'm getting:

ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)
tail: +: invalid number of lines
Updating mysql database ...
ERROR 1045 (28000): Access denied for user 'da_roundcube'@'localhost' (using password: YES)
Editing roundcube configuration...
Roundcube 0.5 has been installed successfully.
MDB2 Error: connect failed (-24): _doConnect: [Error message: Access denied foruser 'da_roundcube'@'localhost' (using password: YES)]
[Native code: 1045]
[Native message: Access denied for user 'da_roundcube'@'localhost' (using password: YES)]

scsi
01-13-2011, 06:29 AM
Something is very wrong if you are getting access denied for da_admin. Verify your root mysql login and put it in /usr/local/directadmin/conf/mysql.conf

flapjack
01-13-2011, 06:51 AM
I'm sorry, what do you mean by "verify" it?

scsi
01-13-2011, 06:56 AM
Make sure the one in /usr/local/directadmin/conf/mysql.conf is the correct username and password and that it works.

You can try:

mysql -uda_admin -p

If it logs in then its working right and there is something else wrong.

flapjack
01-13-2011, 07:13 AM
ok, I tried to reset it and I'm getting:
"passwd: Unknown user name 'da_admin'."

scsi
01-13-2011, 07:15 AM
That is your problem then.

You will have to figure out what your root mysql login is or reset it.

http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix

flapjack
01-13-2011, 07:43 AM
nice. after using this to update the password all the users/resellers dissapeared from diractadmin.
the sites are accessible, but there is no users listed

scsi
01-13-2011, 08:23 AM
Did you put that login in /usr/local/directadmin/conf/mysql.conf ?

Restart directadmin after you do that.

scsi
01-13-2011, 08:25 AM
http://help.directadmin.com/item.php?id=45

flapjack
01-13-2011, 12:36 PM
after performing all of these, I'm back to square one, when trying to access roundcube:

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.

scsi
01-13-2011, 12:50 PM
You should try to do the roundcube install now.

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build roundcube d

flapjack
01-13-2011, 02:01 PM
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.5/logs' are the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-0.5/temp' are the same file
Editing roundcube configuration...
Roundcube 0.5 has been installed successfully.
This instance of Roundcube is up-to-date.
Have fun!


yet still:

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.

scsi
01-13-2011, 02:29 PM
Your database user and password in /var/www/html/roundcubemail-0.5/config/db.inc.php are probably incorrect.

This line:

$rcmail_config['db_dsnw'] = 'mysql://username:password@localhost/roundcubemail';

You might have to manually go into phpmyadmin and change the password for the roundcube mysql user and then set it on the line in this file.

Elfodellanotte
01-18-2011, 02:38 AM
hello all,

when i try to use DSN is coming this message :

SMTP Error: No support for Delivery Status Notifications

How to figure out this? and which setting i should use to activate this extension?

Thanks a lot in advance for the help :)


Another thing is that i saw that eXim doesn't support DSN, is it still like this, or with the new version something is changed?


i just saw a website that can give a patch for eXim to support DSN : http://sourceforge.net/projects/eximdsn/files/eximdsn/eximdsn-patch-1.3/

for who's interested. I'll test it in the evening if it will work with the last eXim version.