I got a Droplet (server) from Digital Ocean running Debian Jessie 8.2. And the following were installed:
- Apache2,
- MariaDB,
- phpMyAdmin,
- and PHP5 were installed.
The server is serving two domains example1.com and example2.com. I have configured virtual users for those domains and when I send mail to [email protected], I can see it in /home/vmail/example1.com/info/new
I have read the HowToForge tutorial on how to download, install, and configure RoundCube on Debian. But aside of installing the application, they require to tie it to MySQL and ISPConfig 3. Is it required to tie RoundCube to MySQL? Also, what is the correct way to install and configure RoundCube to work with Virtual Users (the current setup I have)?
Lastly, is there a better webmail application that is easier/simpler to configure for virtual users?