Roundcube (Webmail) on CentOS /RHEL 7
- Domain name = hackthesec.co.in
- Hostname = tec.hackthesec.co.in
[root@hackthesec ~]# yum install httpd php php-common php-json php-xml php-mbstring php-imap php-pear-DB php-mysql mysql mariadb-server
root@hackthesec ~]# vi /etc/php.ini
date.timezone = Asia/Delhi
[root@hackthesec ~]# systemctl start mariadb
[root@hackthesec ~]# systemctl enable mariadb
ln -s '/usr/lib/systemd/system/mariadb.service' '/etc/systemd/system/multi-user.target.wants/mariadb.service'
[root@hackthesec ~]#
[root@hackthesec ~]# mysql_secure_installation
[root@hackthesec ~]# wget http://nchc.dl.sourceforge.net/project/roundcubemail/roundcubemail/1.1.3/roundcubemail-1.1.3-complete.tar.gz
[root@hackthesec ~]# tar -zxpvf roundcubemail-1.1.3-complete.tar.gz -C /var/www/html/
[root@hackthesec html]# mv roundcubemail-1.1.3 roundcube
[root@hackthesec html]# chown apache:apache roundcube
[root@hackthesec html]# systemctl start httpd
[root@hackthesec html]# systemctl enable httpd
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
[root@hackthesec html]#
[root@hackthesec ~]# htpasswd -c /home/hackthsec/.htpasswd hackthsec
New password:
Re-type new password:
Adding password for user hackthsec
[root@hackthesec ~]#
[root@hackthesec ~]# cd /var/www/html/roundcube/
[root@hackthesec roundcube]# rm -rf installer
[root@hackthesec roundcube]#
I am a Linux Administrator and Security Expert with this site i can help lot's of people about linux knowladge and as per security expert i also intersted about hacking related news.TwitterFacebook
Find files containing specific text in Linux Find files containing specific text using grep comma...Read more »
oVirt is an open-source distributed virtualization solution, designed to manage your entire enterpr...Read more »
How to Enable exec() in PHP-FPM? Sometimes the exec() function is not working after turning on the...Read more »
Install Go 1.7 on Ubuntu 16.04 / 14.04 / CentOS 7 / Fedora 24 Go (often referred to as golang) is ...Read more »
Setting Up a Port Forwarding Using Uncomplicated Firewall(UFW)The Linux kernel in Ubuntu provides a ...Read more »