itsjohn wrote:
I didn't try that because I did a
Code:
apt-get install roundcube roundcube-mysql
i followed this,
http://www.debiantutorials.com/how-to-install-roundcube-on-squeeze/Keep in mind this, though:
Quote:
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.
itsjohn wrote:
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:
Code:
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
$rcmail_config['default_host'] 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.