Setting up a Mail server using Roundcube - Part-3 - Centos 7
The previous article shows how to configure Postfix and Dovecot for our mail server but we also need a web interface to access our mail server for handling the mail accounts. A mail client helps us to acquire this requirement, Roundcubemail . Roundcube web mail is a PHP based application that integrate with SMTP and IMAP servers. This open-source mail client helps to handle the mail accounts on browsers. Since Roundcubemail is a PHP based application the server should be a LAMP configured server. For LAMP installation, For Centos, Click here for RPM based machines. For Ubuntu, Click here for Debian based machines. Installing Roundcubemail, Download the roundcube open-source package from their official site Roundcube.net $ wget https://github.com/roundcube/roundcubemail/releases/download/1.2.7/roundcubemail-1.2.7-complete.tar.gz Extract and rename the file, $ tar -xzf roundcube...