Install the webmail client Rainloop on CentOS 8

What is Rainloop?

A simple Webmail client that does not require a DB. SquirrelMail was famous, but I used it conveniently with a multi-account Webmail client. I would like to summarize the procedure with the introduction of CentOS8.

Installation

SELinux

~~ I can't use it ~~ I can't use it.

Originally, let's enable SELinux. I would like to say, If it stumbles around SELinux, I will skip it because I want to move it first and huh. Noodles cannot be hardened due to lack of so-called skill. That's it. Please eat deliciously. (It's for internal release, but when you open it to the outside, please judge whether it can be adopted or not.)

Promised remi repository added

# dnf install -y epel-release
# dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm

Install dnf-util

# dnf install -y dnf-utils

PHP 7.4 installation

# dnf module install php:remi-7.4

Around php settings

# cp -p /etc/php.ini{,.bak.`date +%Y%m%d`}
# vi /etc/php.ini
# diff /etc/php.ini{,.bak.`date +%Y%m%d`}
694c694
< post_max_size = 10G
---
> post_max_size = 8M
846c846
< upload_max_filesize = 10G
---
> upload_max_filesize = 2M
924d923
< date.timezone = "Asia/Tokyo"

httpd installation

# dnf module install -y httpd
# systemctl enable --now httpd

firewall open

# firewall-cmd --add-service=http --permanent
# firewall-cmd --reload

Install rainloop

# cd /var/www/html
# curl -sL https://repository.rainloop.net/installer.php | php


       [RainLoop Webmail Installer]


 * Connecting to repository ...
 * Downloading package ...
 * Complete downloading!
 * Installing package ...
PHP Notice:  A non well formed numeric value encountered in /var/www/html/ff1fcaf169289dd373a566cbacd9f706/ff1fcaf169289dd373a566cbacd9f706.lib on line 1849
 * Complete installing!

 * [Success] Installation is finished!

Change permission

# chmod 777 data

Initial setup

Access http: // {IP address} /? / Admin with a browser. In the case of chrome, it is a warning of password leakage, but click OK without worrying about it.

ID: PW:
admin 123456

image.png

--Change Language and Language (admin) to Japanese --Changing administrator password Do not forget to carry out.

domain

Enter the IMAP / SMTP server setting information for each domain

Login

When logging in, log in with your email address and password for your email account. Since the IMAP folder is displayed directly on the browser, it does not consume disk.

Recommended Posts

Install the webmail client Rainloop on CentOS 8
Install Golang on CentOS 8
Install Neo4j 4.1.3 on centOS
Install Vertica 10.0 on CentOS 6.10
Install PostgreSQL 12 on Centos8
Install nginx on centOS7
Install Python 3 on CentOS 7
Install kuromoji on CentOS7
Install Mattermost on CentOS 7
Install PostGIS 2.5.5 on CentOS7
Install jpndistrict on CentOS 7
Install Redmine 4.1.1 on CentOS 7
Smokeping Install on CentOS7
Install PostgreSQL 13 on CentOS 7.5
Install the latest hardware drivers from ELRepo on CentOS
Install OpenFOAM v2006 on CentOS
Install Jenkins on Docker's CentOS
Install Apache on CentOS on VirtualBox
Install Ruby 2.7 on CentOS 7 (SCL)
Install MySQL 5.6 on CentOS6 [How to specify the version]
Install ag (the silver searcher) [on CentOS / Ubuntu / Mac]
Try DPDK20 SDK on CentOS7 â‘ Install
Install Ruby 2.5 on CentOS 7 using SCL
How to install MariaDB 10.4 on CentOS 8
Install apache 2.4.46 from source on CentOS7
Steps to install MySQL 8 on CentOS 8
Use the iostat command on CentOS 8
Steps to install devtoolset-6 on CentOS 7
Install Java 9 on windows 10 and CentOS 7
Install the project management tool "Redmine" on CentOS8 (database is Postgre)
Install samba4 from source code on CentOS8
Install OpenJDK (Java) on the latest Ubuntu
How to install beta php8.0 on CentOS8
Install CentOS 7 on Raspberry pi 4 Model B
Install NextCloud on CentOS 7 with Alibaba Cloud ECS
Command to install nginx / PHP7 / php-fpm on CentOS7
Install MariaDB (CentOS 8)
[CentOS] Install apache-loggen
OpenVPN on CentOS 8
Install GitLab on CentOS 8 with no internet connection
Install the latest version of Jenkins on Ubuntu 16
Install CMS Made Simple v2.2.2 on LAMP on CentOS 7.3
Install BookStack Documentation Wiki on Elastic Compute Service on CentOS 7
How to install the root certificate of Centos7 (Cybertrust)
# Vagrant + VirtualBOx can't mount on the latest CentOS7 vbox (centos/7 2004.01)
Install gradle on mac
Install Corretto 8 on Windows
Maven on CentOS 7 tutorial
Install OpenJDK on macOS
Install Java on Mac
Install pyqt5 on ubuntu
Tomcat v8 on CentOS7
[CentOS7] Install aws cli
Install Docker on Manjaro
Zabbix 5 installation on CentOS 8
Install Ruby on Ubuntu 20.04
Install lombok on SpringToolSuite4
Use bat on Centos.
Jetty v8 on CentOS7
Install Autoware on Ubuntu 18.04.5
OpenJDK installation on CentOS 7