mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
(re?)add links to email migration
This commit is contained in:
parent
13963906fc
commit
7174cfb4ea
4 changed files with 9 additions and 3 deletions
|
@ -30,6 +30,7 @@
|
|||
* [Backup](/backup)
|
||||
* Going further
|
||||
* [Improving security](/security)
|
||||
* [Migrating emails to YunoHost](/email_migration)
|
||||
* [Hide services with Tor](/torhiddenservice)
|
||||
* [Troubleshooting guide](/troubleshooting_guide)
|
||||
* [Unlock IP in iptables](/fail2ban)
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
* [Orange](/isp_orange_fr)
|
||||
* [Free](/isp_free_fr)
|
||||
* [Ajouter un stockage externe](/external_storage_0_intro_fr)
|
||||
* [Migrer ses emails vers YunoHost](/email_migration_fr)
|
||||
* [YunoHost avec un service caché Tor](/torhiddenservice_fr)
|
||||
* [Guide de dépannage](/troubleshooting_guide_fr)
|
||||
* [Débloquer une IP dans Fail2ban](/fail2ban_fr)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Migrate his emails
|
||||
# Migrating email from an email provider to a YunoHost instance
|
||||
|
||||
*[Documentation linked to YunoHost email](/email_fr)*.
|
||||
|
||||
|
@ -9,6 +9,7 @@ This tool must be installed on your desktop computer. The transfer method looks
|
|||
**`Old email server −> desktop computer with ImapSync or Larch −> new email server`**
|
||||
|
||||
### ImapSync
|
||||
|
||||
[ImapSync site](http://imapsync.lamiral.info/)
|
||||
|
||||
Install ImapSync on your client computer by following this [guide](http://imapsync.lamiral.info/INSTALL):
|
||||
|
@ -24,6 +25,7 @@ imapsync --host1 <domain/IP> --port1 993 --ssl1 --user1 <user> --password1 <pass
|
|||
Note that transfer settings `--port 993` and `--ssl` are specific to YunoHost email server.
|
||||
|
||||
### Larch
|
||||
|
||||
[Larch site](https://github.com/rgrove/larch/)
|
||||
|
||||
After beforehand installed `gem`, install `larch` on your client computer:
|
||||
|
@ -34,4 +36,4 @@ Transfer emails from a server to an other:
|
|||
```bash
|
||||
larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org
|
||||
```
|
||||
For other type of tranfer refer you to Larch documentation.
|
||||
For other type of tranfer refer you to Larch documentation.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Migration de ces emails
|
||||
# Migrer ses emails d'un ancien serveur mail vers YunoHost
|
||||
|
||||
*[Documentation en rapport avec l’email de YunoHost](/email_fr)*.
|
||||
|
||||
|
@ -9,6 +9,7 @@ Cet outil doit être installé sur votre ordinateur de bureau. La procédure de
|
|||
**`Ancien serveur email −> ordinateur client avec ImapSync ou Larch −> nouveau serveur email`**
|
||||
|
||||
### ImapSync
|
||||
|
||||
[Site d’ImapSync](http://imapsync.lamiral.info/)
|
||||
|
||||
Installez ImapSync sur votre ordinateur client en suivant ce [guide](http://imapsync.lamiral.info/INSTALL) :
|
||||
|
@ -24,6 +25,7 @@ imapsync --host1 <domaine/IP> --port1 993 --ssl1 --user1 <utilisateur> --passwor
|
|||
Notez que les paramètres de transfert `--port 993` et `--ssl` sont spécifique à un serveur de mail YunoHost.
|
||||
|
||||
### Larch
|
||||
|
||||
[Site de Larch](https://github.com/rgrove/larch/)
|
||||
|
||||
Après avoir préalablement installé `gem`, installez `larch` sur votre ordinateur client :
|
||||
|
|
Loading…
Add table
Reference in a new issue