Is this Nethserver module helpful to you?
Please consider donating to the author

Thank you kindly!

2019/03/04 11:32 · HF

Available for NS7

Rainloop is a free Open Source web application written in PHP which provides a fast modern web interface to access your emails on all major domain mail providers like Yahoo, Gmail, Outlook and many others as well as your own local mail servers, and, also, acts as a MUA (Mail User Agent) by accessing domain mail servers through IMAP and SMTP protocols.

Stephane de Labrusse at stephdl@de-labrusse.fr

1-You need to install my repository, see how to do it

2-You can install rainloop

yum install nethserver-rainloop --enablerepo=stephdl

It's possible to access rainloop the first time pointing the browser to http://your_ip/rainloop

the login is user or user@domain.com

You must change the password of the admin user, go to http://your_ip/rainloop/?admin

login : admin
password: 12345
# config show rainloop 
  rainloop=configuration
      access=public         # or 'private' to restrict to the local network
      status=enabled        # 'disabled' to stop rainloop

access set how rainloop is reachable or not from the wan

URL (not set by default) you can specify the path name of your choice (eg https://IP_NS/your_choice

DomainName (not set by default) use a FQDN domain name. Once set, rainloop is reachable at https://toto.com instead of https://your_ip/rainloop

If you want to modify the settings, this is one example

config setprop rainloop  access private
signal-event nethserver-rainloop-update

a tutorial is available if you want to understand a bit more on the db command

The manual is intended to be the extended resource for all standard questions on using Rainloop. https://www.rainloop.net/docs/

Please raise Issues on github