RoundCube

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

For anyone interested, Martynas Bendorius has created us a roundcube install script. It's very quick and painless. It's being released as beta, so if there are any issues, please direct them to this thread and not our support email address.

To install it:
Code:
cd /usr/local/directadmin/scripts
wget -O roundcube.sh http://files.directadmin.com/services/all/roundcube.sh
chmod 755 roundcube.sh
./roundcube.sh
Once installed, you'll need to restart apache for the /roundcube alias to function. Note that roundcube uses mysql for it's data, so a da_roundcube database is created.

John
 
HI,

Hello,

For anyone interested, Martynas Bendorius has created us a roundcube install script. It's very quick and painless. It's being released as beta, so if there are any issues, please direct them to this thread and not our support email address.

To install it:
Code:
cd /usr/local/directadmin/scripts
wget -O roundcube.sh http://files.directadmin.com/services/all/roundcube.sh
chmod 755 roundcube.sh
./roundcube.sh
Once installed, you'll need to restart apache for the /roundcube alias to function. Note that roundcube uses mysql for it's data, so a da_roundcube database is created.

John

Very nice only got a error

[root@web02 ~]# cd /usr/local/directadmin/scripts
[root@web02 scripts]# wget -O roundcube.sh http://files.directadmin.com/services/all/roundcube.sh
--00:38:12-- http://files.directadmin.com/services/all/roundcube.sh
=> `roundcube.sh'
Resolving files.directadmin.com... 199.237.54.170
Connecting to files.directadmin.com|199.237.54.170|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,617 (4.5K) [application/x-sh]

100%[=================================================================================>] 4,617 --.--K/s

00:38:13 (34.19 KB/s) - `roundcube.sh' saved [4617/4617]

[root@web02 scripts]# chmod 755 roundcube.sh
[root@web02 scripts]# ./roundcube.sh
: bad interpreter: No such file or directory

and now?
 
I think he saved the file in windows format.. it has to be resaved in linux.. I'll try and mash it back into shape.
Ok, give it another try.

John
 
Couple notes for freebsd 6.2, on lines 88, 89, 98 and 99 where it says
Code:
/bin/mv --force [files]
you need to change it to
Code:
/bin/mv -f [files]
or it will error saying
Code:
mv: illegal option -- -
Also mine had the weirdest thing, it had no da_admin or root password set for mysql so if you get permission errors about mysql, try running
Code:
/usr/local/bin/mysqladmin -u root password 'new password'
then
Code:
/usr/local/directadmin/scripts/mysql.sh 'root mysql password' da_admin 'da_admin password you want'
After that I ran the roundcube.sh script and it worked beautifully.
 
Last edited:
Instalation in Debian 3.1 went without errors, but keep getting "Login Failed" when trying to use it.

Any ideas ?
 
Last edited:
I guess that the error is: IMAP Error: Could not connect to localhost at port 143 :)

If you want to see errors - edit /var/www/html/roundcube/config/main.inc.php and set debug level to 4.
 
Thanks for that tip,

Now in debug mode 4 :
Code:
IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO LOGIN failed"

Any ideas?

Thanks
 
Last edited:
I see that my problem is not related to your install script. Sorry about this folks. Wasn't my intention.
 
I was sure roundcube will meet the success. I'm happy that DA staff start to support roundcube, one of the largest french ISP also started to beta-test it for the whole portfolio of customers -> http://imp.free.fr/rc/

Thanks Martynas.
 
Glad to see this script as many of our dedicated server clients have been demanding RoundCube and sometimes have difficulty doing it the long way. This will certainly help them install it more easily and help us with less support requests concerning RoundCube installation. It's scripts like these that make DirectAdmin and its community #1 in our book!
 
Is RoundCube pure imap? Will it work interchangeably with IMAP mailboxes created with SquirrelMail?

Jeff
 
Yes, it's imap.. it should work with existing folders just like squirrelmail. You may need to tell RC to subscribe to the SM folders though.

John
 
Anyone that has any respect for their customers will wait until this comes out of beta.... a quick browse of the roundcube forums will show you and abundance of problems from bugs to security holes. I have been following the roundcube project for a little over a year now. It is a very slow moving project and I dont expect it to be out of beta for another year or so.
 
QuantumNet, RC1 should be released soon (in March or April).
 
How do users access RC from their control panels? I dont see a menu option being added for all the themes only an alias outside of the control panel.
 
Back
Top