CentOS 7
Sponsored Link

Apache httpd : WebMail : RainLoop2014/09/29

 
Install RainLoop to configure web-based mail transfer system like yahoo mail or hotmail.
This example is based on the environment like follows.
    www.srv.world   - RainLoop RainLoop installed Web Server
    mail.srv.world   - SMTP/IMAP Server
[1]
[2]
[3]
[4]
[5] Install RainLoop.
[root@www ~]#
curl -O http://repository.rainloop.net/v2/webmail/rainloop-latest.zip

[root@www ~]#
mkdir /var/www/html/rainloop

[root@www ~]#
unzip rainloop-latest.zip -d /var/www/html/rainloop

[root@www ~]#
find /var/www/html/rainloop -type d -exec chmod 755 {} \;

[root@www ~]#
find /var/www/html/rainloop -type f -exec chmod 644 {} \;

[root@www ~]#
chown -R apache. /var/www/html/rainloop

[6] If SELinux is enabled, change rules like follows.
[root@www ~]#
chcon -R -t httpd_sys_rw_content_t /var/www/html/rainloop/data

[root@www ~]#
semanage fcontext -a -t httpd_sys_rw_content_t /var/www/html/rainloop/data

[7] Access to "https://(server's hostname or IP address)/rainloop/?admin" with web browser on Client, then login with a user and password for initial login, user is "admin" and password is "12345".
[8] After login, change inital admin password eight now. Click "change" button.
[9] Input old password and new password and click "Update Password" button. After changing, logout once and login again for confirmation.
[10] Change displayed language. Click "English".
[11] Select your language on the list and close it.
[12] Though admin panel is not changed but user interface is just changed for your language. Next, select "Domains" on the left menu and click "Add Domain" button.
[13] Input your mail server's infomation like follows and click "Add" button which is under-right.
[14] Select "Login" on the left menu and input the name on "Default Domain" field which is just the name you set in the "Name" field on the previous section and check a box "Try to determine user domain". Minimum settings is OK, logout from the admin panel.
[15] For using RainLoop Web Mail, Access to "https://(server's hostname or IP address)/rainloop/" and login with a user which exists in Mail server.
[16] Just logined. This is the RainLoop Web Mail user interface.
Matched Content