Roundcube
Posted by: Krusnix
Posted on: 2007-01-31 16:36:00
The 3rd party forums seem to be dead, so I thought I'd post it here.
've been trying to install roundcube using the method described here, but I haven't been able to log-in successfully. To help diagnose where I went wrong let me show you the changes to the main.inc.php, and the db.inc.php.
For the db.inc.php (no .dist i removed that)
mysql://user:pass@mysqldatabasesubdomain.krusnix.com/databasename
For main.inc.php
$rcmail_config['default_host'] = 'mail.krusnix.com';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 38;