RoundCube

Fixed it, renamed the da_roundcube to da_roundc in the installer script. and ran it again.
If any one could tell me how to delete the databases i can do a "fresh" install
 
You don't have to remove roundube user :) You can just delete the database or drop it's tables :)
 
it was work good...now...

Hi,

My roundcube it was works good until this morning.
I try to check my mails..Try to login, gives me login faild..my login name and password is ok, cause i can get over the outlook from my laptop.

But I couldnt find why roundcube doesn't works..

Any one has a any idea for this..

Ugur Onur

My Cofigurations;
Centos 4.4
Php 4.4.6
DirectAdmin 1.29.7
 
succesfully installed...

..but is not working :confused: When I try to to login with my email account it says that "login failed". What else I need to do?? The account was created before rouncube was installed. Thanks. Octavio
 
..but is not working :confused: When I try to to login with my email account it says that "login failed". What else I need to do?? The account was created before rouncube was installed. Thanks. Octavio

UHMM..IMAP error. :o

[22-Jun-2007 10:33:16 -0500] IMAP Error: Could not connect to localhost at port 143: Connection refused in on line 0

Is there any list of "dependencies" for roundcube?? what shoud I have installed before tryuing RC?
Thanks

Octavio
 
I have installed roundcube on CentOS 4.x and it works perfect!

But I have a question, I made some folders in UebiMiau, but I don't see that same folders in Roundcube.
How can I get the UebiMiau folders to work in Roundcube?

Thanks in advance.

Mark
 
It's not possible, you can just move them, but you can't use them both for UebiMiau and RoundCube. UebiMiau uses POP3 and RoundCube - IMAP, that's the main difference.
 
what does roundcube use mysql databse for? store emails?

email contacts
personal settings
session management
and probably some other stuff

your emails will live in your Maildir directory not in the database.
 
How can I view on the DA index:

Webmail: Squirrelmail
Webmail: UebiMiau
Webmail: Roundcube

:)

(srry for my bad englisch:( )
 
It's not included now, but it should be included into the future releases of DirectAdmin. For now you need to edit DirectAdmin skin files.
 
redirect ioncube

How i redirect the adredd of the old webmail ubimiau to rouncube

The adrees is domain.com/roundcube and i want in domain.com/webmail

and no more webmail ubimiau install in the server

Thanks :D
 
Code:
cd /var/www/html
rm -rf webmail
ln -s roundcube webmail
chown -h webapps:webapps webmail
 
Hello smtalk,

I have two problems with roundcube so far:

1st: Some (only a few) emails are not showing when I open them. I can see the text if I look at the source code, but when I open the email, like any user would do, I get no email text content.

2nd: I have been sent a few attachments, one being a .swf file, and I cannot download it. It seems as if it wants to download it in plain text format. I have tried clicking with the right mouse button and downloading it to my desktop and it seems like the file is corrupted. But if I open the same email in Outlook and download it , everything is correct.

¿ any suggestions ?

Thank you :)
 
unable to login after installation

Hi All,

I just installed roundcube by using the provided roundcube.sh file downloaded from directadmin site. At the end of the installation, the script prompted me this error:

"chown -h webapps:webapps roundcube"
chown: `webapps:webapps': invalid user

Afterwards, i restarted apache, went to mydomain.com/roundcube/, tried to login with an exinsting email account and password ([email protected]), the screen just refreshed and show me the same login page. The only thing different is the url. once i entered username and password, the screen refreshed and showed me the url as below:
http://mydomain.com/roundcube/?_task=mail

Did a check using phpmyadmin, went into roundcube database, i saw 6 tables. 1 of the table is called USERS. Browsing the USERS table revealed that there are no users in there. The only entry is the email account that i attempted to login earlier on ([email protected]).

Any idea guys?

Thank you very much
 
Hello smtalk,

I have two problems with roundcube so far:

1st: Some (only a few) emails are not showing when I open them. I can see the text if I look at the source code, but when I open the email, like any user would do, I get no email text content.

2nd: I have been sent a few attachments, one being a .swf file, and I cannot download it. It seems as if it wants to download it in plain text format. I have tried clicking with the right mouse button and downloading it to my desktop and it seems like the file is corrupted. But if I open the same email in Outlook and download it , everything is correct.

¿ any suggestions ?

Thank you :)

It could be your browser issue :) You should write to trac.roundcube.net.
 
Back
Top