Roundcube Webmail - Recommendation
http://www.roundcube.net/
Having used Horde/Imp in the past I thought I'd give it a go having tried the demo on their website. I have to say I'm very impressed, it knocks the socks off IMP. Saying that it is still in a beta state and has a couple of noticeable bugs - I've noticed that the message list pane doesn't seem to refresh properly at times. Other than that it's brilliant.
The best bit was installation, download the .tar.gz, set up a database, change 3 parameters in 2 files and job done. Took literally 15 minutes to get it working.
I can't wait for a stable version.
15 Replies
All in all, I like it far better than Squirrel Mail, mostly because I've had less problems with it, less hassle setting it up, and to top it off, it's prettier. (..hey, I'm a Mac user. pretty is important ^.^)
@cmantito:
Only things it's missing IMO are a search function and some filtering for putting things in the right folders…although that could really be done on the IMAP server end if I wasn't so lazy.
SquirrelMail is a small amount of work to setup, but it's not really all that bad, especially with the cool little CLI setup script with menus and builtin help. I'm guessing you do know that SquirrelMail has support for both the features you mentioned. On top of that, another deal breaker for me is threaded view support, which SquirrelMail has, but I'm not seeing support for it in RoundCude.
Currently I have to select another folder, then select the inbox, to be able to see a new email in the email list.
A little off topic but I use Webmail Only thru SSL. In fact every user/pass connection to my server is thru some sort of encryption. It is tricky to setup but I never want to send my password in the clear. In Fact I once check my e-mail with roundcube fro ma Singapore Airport Internet Terminal and as soon as I got home a few hours later I changed my password. Since that was not a trusted computer they could have been keylogging everything.
As of the most recent release, the beta is stable enough for me now. And it seems to play nicely with Dovecot & Postfix, which is all I ask from the backend.
I have a few domains on a node; I can't seem to have those domains access roundcube-when I do it says I'm missing the main.inc.php files. However when I go to the node's ip/roundcube, it displays a login screen, but I dont know the user nor the password.
are there step by step tutorials for this, i'm at a lost.
@itsjohn:
How did you install it? I'm having troubles to even getting it started.
I have a few domains on a node; I can't seem to have those domains access roundcube-when I do it says I'm missing the main.inc.php files. However when I go to the node's ip/roundcube, it displays a login screen, but I dont know the user nor the password.
are there step by step tutorials for this, i'm at a lost. How about this one?
apt-get install roundcube roundcube-mysql
i followed this,
so afterwards, i went to a domain i'm currently hosting domain/roundcibe, i get the main.inc.php not present error; but when i go the server's ip/roundcube i'm presented with the login-but i don't know the credentials.
when I did the apt-get install, I logged in shell as root.
is there something i am doing wrong?
@itsjohn:
I didn't try that because I did a
apt-get install roundcube roundcube-mysql
i followed this,
. [http://www.debiantutorials.com/how-to-install-roundcube-on-squeeze/~~Sourceforge" target="_blank"> ](http://www.debiantutorials.com/how-to-i … n-squeeze/">http://www.debiantutorials.com/how-to-install-roundcube-on-squeeze/ ](Keep in mind this, though: > Installation is easy in Debian but the application is pretty outdated in the squeeze apt repository so you may want to install the latest version manually instead. You can download the source from
@itsjohn:
so afterwards, i went to a domain i'm currently hosting domain/roundcibe, i get the main.inc.php not present error; but when i go the server's ip/roundcube i'm presented with the login-but i don't know the credentials.
Does /var/lib/roundcube/config/main.inc.php exist? If not, do this:cp main.inc.php.dist main.inc.php
And edit the main.inc.php file to your likings.
As for credentials, this is your mail user's username and password. If the configuration option $rcmailconfig['defaulthost'] is left blank, the login form will also include a field for specifying the server. Otherwise, it will use the server specified in that option.
i still cannot log in. i don't see where i can create users. and when i try logging in with my sftp user/pass, it said connection to IMAP server failed.
if I were to start the installation over using > Installation is easy in Debian but the application is pretty outdated in the squeeze apt repository so you may want to install the latest version manually instead. You can download the source from Sourceforge.
which directory do i download it and extract it?
btw, thanks so much.