11Jun/110
Webmail about 3 years too late (roundcube)
Hey Hey,
I really liked roundcube the first time I came across it and thought it would be a nice addition to my mailserver (postfix + dovecot). I finally got off my lazy ass after a weekend of building IKEA furniture to get roundcube up and going.
Technical Steps:
- sudo apt-get install roundcube
- edit /etc/roundcube/debian-db.php to update passwords
- sudo pear install MDB2_Driver_mysql
- edit /etc/roundcube/main.inc.php
- main.inc.php# $rcmail_config['default_host'] = 'ssl://localhost';
- main.inc.php# $rcmail_config['default_port'] = 993;
- wrap /etc/roundcube/apache2.conf into a nice virtualhost file
Good to go!