mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update email.md
This commit is contained in:
parent
bf5e3f2bf3
commit
5a1c47e167
1 changed files with 10 additions and 2 deletions
12
email.md
12
email.md
|
@ -31,6 +31,14 @@ The automatic detection tool of Thunderbird does not work with YunoHost. You wil
|
|||
[K-9 Mail](https://en.wikipedia.org/wiki/K-9_Mail) application works.
|
||||
|
||||
### Migration
|
||||
Emails can be migrated with [Larch](https://github.com/rgrove/larch/):
|
||||
* on your client install Larch:
|
||||
```bash
|
||||
sudo gem install larch
|
||||
```
|
||||
* Proceed to the transfert between two YunoHost servers:
|
||||
```bash
|
||||
larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org
|
||||
```
|
||||
For other type of tranfers refer you to Larch documentation.
|
||||
|
||||
Your emails are stored in the `/var/mail/` directory.
|
||||
You will need to move that folder to your new YunoHost server.
|
||||
|
|
Loading…
Add table
Reference in a new issue