How to Install Roundcube Webmail and Mail Server on Ubuntu Linux

login menu
root@ubuntu:~#
login terminal
apt-get update
updating window
updation is complete
lamp server installation
after installation
getting started with PHP installation
completion process done
PHP installation complete
cd /etc/php/7.0/apache2
configuring php directory
opening PHP configuration file
configuring timezone
configuring MySQL
login into MySQL
creating database
CREATE DATABASE roundcubedb;

CREATE USER 'mailadmin' IDENTIFIED BY 'mailadmin';
GRANT ALL PRIVILEGES ON roundcubedb.* TO 'mailadmin';
Flush privileges
EXIT;
Download and Install Roundcube Webmail
chown -R www-data:www-data /var/www/webmail/
chown -R www-data:www-data /var/www/webmail/*
chmod -R www-data:www-data /var/www/webmail/
Restart apache
Ifconfig
IP Address
roundcube webmail installer
press next
In Database Setup keep database name as roundcubedb, and username and password as mailadmin

Discover more from Root Learning

Subscribe to get the latest posts sent to your email.

Leave a Reply

Your email address will not be published. Required fields are marked *