Hi all,
I have followed the instructions in the Linode library for making Postfix, Dovecot and MySQL work together. The instructions followed is here:
http://library.linode.com/email/postfix ... l-centos-5
(I had to tweak it somewhat to make it work for CentOS 6 which we have installed though).
I then went on to install Roundcube following the instructions on Roundcube's page:
http://trac.roundcube.net/wiki/Howto_Install
The questions now are:
#1. How can I now create virtual users/mailboxes without going to the command line to do this? Is there a web based tool for this? (Usermin, which we have installed, does not have something for this).
#2. Roundcube came with its own database, which also stores user information.
Is there a way to ensure that the user information is picked from the database created to work with Postfix (and not Roundcube's)?
Thanks.