RoundCube

Why not just use the ELS script to install it..I used that..worked fine.
 
It work like a charm for me. I have previously installed this. Will the install parameters be the same once integrated in DA? I am wondering if I should migrate the existing few users to the DA install version.
 
After trying Roundcube..
Good & Nice features

But the email not showing Thai message (tis-620 encoding) correctly.

Uebimiau can showing 100% of email message in thai correctly (After modified 2 lines of code)
Only subject in UTF-8 that show as #9999#8888 but not big issue.
 
After trying Roundcube..
Good & Nice features

But the email not showing Thai message (tis-620 encoding) correctly.

Uebimiau can showing 100% of email message in thai correctly (After modified 2 lines of code)
Only subject in UTF-8 that show as #9999#8888 but not big issue.
You need to download additional language pack from roundcube website. I dont know is Thai is supported.
 
Error

After installation and a reboot of apache I got the folowing error:

Code:
SoftException in Application.cpp:297: GID of script "/var/www/html/roundcube//index.php" is smaller than min_gid
*** glibc detected *** double free or corruption (fasttop): 0x093979f0 ***
[Mon Mar  5 13:54:20 2007] [error] [client 62.177.220.226] Premature end of script headers: /var/www/html/roundcube//index.php
[Mon Mar  5 13:54:20 2007] [error] [client 62.177.220.226] File does not exist: /home/oele/domains/oele.org/public_html/500.shtml

For me the solution is to changen the owning user from root:root to apache:apache

Has anyone else had this problem?
 
Code:
gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error exit delayed from previous errors
Directory /var/www/html/roundcubemail-0.1beta2 does not exist
I tried deleting the file and retrying the steps, but I still get the same error. Any ideas?
 
Probably the server couldn't download all the roundcube file.
 
After installation and a reboot of apache I got the folowing error:

Code:
SoftException in Application.cpp:297: GID of script "/var/www/html/roundcube//index.php" is smaller than min_gid
*** glibc detected *** double free or corruption (fasttop): 0x093979f0 ***
[Mon Mar  5 13:54:20 2007] [error] [client 62.177.220.226] Premature end of script headers: /var/www/html/roundcube//index.php
[Mon Mar  5 13:54:20 2007] [error] [client 62.177.220.226] File does not exist: /home/oele/domains/oele.org/public_html/500.shtml

For me the solution is to changen the owning user from root:root to apache:apache

Has anyone else had this problem?

This is because of PHP as CGI. In this case you should edit its config or create a new user (e.g. roundcube) and chown all the RoundCube files to roundcube:roundcube. Using apache user is very insecure.
 
Code:
gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error exit delayed from previous errors
Directory /var/www/html/roundcubemail-0.1beta2 does not exist
I tried deleting the file and retrying the steps, but I still get the same error. Any ideas?
Fixed. Had to go into the packages folder and delete "roundcubemail-0.1beta2.tar.gz".
 
1. rm -rf /var/www/html/roundcube*
2. Drop da_roundcube database
3. Remove /roundcube alias from /etc/httpd/conf/httpd.conf
 
What database doe this setup?

IS there a way to get it to subscribe to SM folders or data?
 
It setups da_roundcube MySQL database. You can edit your configuration file for folders as INBOX.Drafts etc. (SquirrelMail model).
 
- Installed flawlessly on CentOS 4.4 x64 (2 servers)

- Problems on CentOS 4.4 x86 (1 server)
Code:
cp: cannot stat `/var/www/html/roundcube/logs/*': No such file or directory
cp: cannot stat `/var/www/html/roundcube/temp/*': No such file or directory
da_roundcube exists. Please remove the database if you want to do a fresh reinstall.
Editing roundcube configuration...
Roundcube has been installed successfully
RoundCube alias is already added to /etc/httpd/conf/httpd.conf

When I go to the URL, I get:

Code:
SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

I would log in as root but I don't know root's MySQL password (DA set it up for us) so I can't drop the db and start over.

Any suggestions?
 
Last edited:
- Installed flawlessly on CentOS 4.4 x64 (2 servers)

- Problems on CentOS 4.4 x86 (1 server)
Code:
cp: cannot stat `/var/www/html/roundcube/logs/*': No such file or directory
cp: cannot stat `/var/www/html/roundcube/temp/*': No such file or directory
da_roundcube exists. Please remove the database if you want to do a fresh reinstall.
Editing roundcube configuration...
Roundcube has been installed successfully
RoundCube alias is already added to /etc/httpd/conf/httpd.conf

When I go to the URL, I get:

Code:
SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

I would log in as root but I don't know root's MySQL password (DA set it up for us) so I can't drop the db and start over.

Any suggestions?

Your root's MySQL password is stored at /usr/local/directadmin/conf/mysql.conf
 
Back
Top