Skip to content

Commit

Permalink
(re?)add links to email migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Aubin committed Jun 4, 2018
1 parent 1396390 commit 7174cfb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions admindoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions admindoc_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions email_migration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migrate his emails
# Migrating email from an email provider to a YunoHost instance

*[Documentation linked to YunoHost email](/email_fr)*.

Expand All @@ -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):
Expand All @@ -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:
Expand All @@ -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.
4 changes: 3 additions & 1 deletion email_migration_fr.md
Original file line number Diff line number Diff line change
@@ -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)*.

Expand All @@ -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) :
Expand All @@ -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 :
Expand Down

0 comments on commit 7174cfb

Please sign in to comment.