2020-11-11 11:47:10 +01:00
---
title: Rainloop
template: docs
taxonomy:
2020-11-14 14:14:50 +01:00
category: docs, apps
2021-02-06 18:22:00 +01:00
routes:
default: '/app_rainloop'
2020-11-11 11:47:10 +01:00
---
2022-05-02 12:27:35 +02:00
![Rainloop's logo ](image://rainloop-logo.png?height=100 )
2020-05-07 01:44:43 +02:00
2020-09-14 15:32:07 +02:00
[![Install Rainloop with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=rainloop) [![Integration level ](https://dash.yunohost.org/integration/rainloop.svg )](https://dash.yunohost.org/appci/app/rainloop)
2020-05-07 01:44:43 +02:00
### Index
2022-05-02 10:26:17 +02:00
- [Configuration ](#configuration )
2020-05-07 01:44:43 +02:00
- [Useful links ](#useful-links )
Rainloop is a lightweight webmail.
## Configuration
To configure it, go to http://DOMAIN.TLD/rainloop/app/?admin
2020-09-14 15:32:07 +02:00
- The default login is: admin
- The default password is: Password chosen during install
- If you lost the admin password, you can retrieve it using `sudo yunohost app setting rainloop password`
2020-05-07 01:44:43 +02:00
2020-09-14 15:32:07 +02:00
### CardDAV
Each user can add a remote cardDAV server from their own parameters interface.
2018-01-14 12:28:59 +01:00
2020-09-14 15:32:07 +02:00
- If you use Baïkal, the CardDAV address is: https://DOMAIN.TLD/baikal/card.php/addressbooks/USER/default/
- If you use Nextcloud, the CardDAV address is: https://DOMAIN.TLD/nextcloud/remote.php/carddav/addressbooks/USER/contacts
2020-05-07 01:44:43 +02:00
### Domains
2020-09-14 15:32:07 +02:00
Users can use Rainloop to access mailboxes other than the one provided by YunoHost (e.g. gmail.com or live.com). The option is available through the "account -> add an account" button.
2020-05-07 01:44:43 +02:00
The administrator must authorize the connection to third party domains, via a white list in the administration interface.
### PGP Keys
2018-01-14 12:28:59 +01:00
Rainloop saves your PGP private keys in the browser storage. This means that you will loose your private keys if you clear your browser storage (e.g., private browsing, different computer...). This packages integrates [PGPback by chtixof ](https://github.com/chtixof/pgpback_ynh ) so you can store your PGP private keys on the server securely. Go to **http://DOMAIN.TLD/rainloop/pgpback** to backup your PGP keys on the server or restore them.
2020-05-07 01:44:43 +02:00
### Upgrade
2020-09-14 15:32:07 +02:00
To upgrade the app once a new rainloop version is available, simply run in a local shell via ssh or otherwise:
`sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/rainloop_ynh rainloop`
2020-05-07 01:44:43 +02:00
## Useful links
+ Website : [www.rainloop.net ](https://www.rainloop.net/ )
+ Official documentation : [www.rainloop.net/docs/configuration ](https://www.rainloop.net/docs/configuration/ )
+ Demonstration : [Demo ](https://mail.rainloop.net/ )
+ Application software repository : [github.com - YunoHost-Apps/rainloop ](https://github.com/YunoHost-Apps/rainloop_ynh )
+ Fix a bug or an improvement by creating a ticket (issue) : [github.com - YunoHost-Apps/rainloop/issues ](https://github.com/YunoHost-Apps/rainloop_ynh/issues )