RoundCube

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

Create webapps user and run the script again :)
 
I just did a " adduser webapps " and re-run the script roundcube.sh .

The result is the same. the same error persists.

Any help is greatly appreaciated.

Thank you
 
Hey,

Just installed roundcube. All went fine!

2 small problems.

When i go to mail.***.com it will go to mail.**.com/squirrelmail.But i want that it will go to rouncube. Any one know how to fix that?

2nd, when i open squirrelmail i created some folders. When i login in roundcube i can't see them. How can i mount these in roundcube?

Kind Regards
 
Hey,

Just installed roundcube. All went fine!

2 small problems.

When i go to mail.***.com it will go to mail.**.com/squirrelmail.But i want that it will go to rouncube. Any one know how to fix that?

2nd, when i open squirrelmail i created some folders. When i login in roundcube i can't see them. How can i mount these in roundcube?

Kind Regards

I'm not sure about the first problem, but the second is really easy. In roundcube, go to "Personal Settings" and click on the "Folders" tab. There, you should be able to subscribe to the folders you created.
 
It doesn't seems to work. When i go there i only see the default folders. :eek:
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    56.3 KB · Views: 253
  • Untitled-2.jpg
    Untitled-2.jpg
    44.1 KB · Views: 225
Last edited:
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
after installed, and restart apache, what is the next step?
i have try http://www.mydomain.com/rcmail it was nothing.
 
is it possible to exchange current webmail - uebimail with rouncube? if yes, how?

thanks in advance,
br
YacentY
 
there were some info that rc requries imap and uebimail pop3 - so will it work on my server?
sorry but I don't have experience with mail servers
thanks in advance
yacenty
 
is it possible when I exchange webmail that my users will have still access to theirs emails? and other stuff?
 
Ohh I like this :D That's really pretty!
Though, when installing, I got this message:

chown: webapps: Invalid argument

It seems to be working fine for me though. What does this command failing prevent it from doing, or what components won't work right without it (if any)?
Any ideas on a fix? I'd understand if it said something like "invalid user or group", but invalid argument? bit weird!!
 
Do you have webapps user and group? :) CustomBuild adds it automatically, but roundcube.sh script does not :) It's not a big problem if you don't use PHP as CGI (by default it's installed as CLI).
 
i don't, no.
i'm actually running custombuild now. i'd contemplated upgrading php to 5 manually, after reading a thread or 2, then read a lot about this custombuild app, which seems to do it all for me. so it's running right now :)
should get apache from 1.3.37 to 2.2 quite nicely. much needed!!
 
They won't miss their emails :)
They might under certain conditions:
UebiMiau doesn't use standard IMAP folders, so if users have mail in other folders in UebiMiau besides the INBOX, those emails won't be visible to other webmail programs.

Jeff
 
Yes, jlasman, you're right, they won't be visible, but they won't be missed :) (you'll still be able to login via UebiMiau). Thanks for the addition.
 
Back
Top