Update email.md

This commit is contained in:
ma.azimi@laposte.net 2015-06-12 13:30:44 +02:00 committed by YunoHost
parent 248187f919
commit 43ee08ea0e

View file

@ -1,4 +1,4 @@
#Email
# Email
YunoHost provides:
* [Postfix](http://www.postfix.org/): a SMTP email server
@ -13,7 +13,7 @@ You will need your email address and your password.
**Caution:** your login is your SSO username and not your email address
#####Settings:
##### Settings:
`IMAP | 993 | SSL/TLS`
@ -27,16 +27,27 @@ The automatic detection tool of Thunderbird does not work with YunoHost. You wil
* [Manage alias mails](https://support.mozilla.org/en-US/kb/configuring-email-aliases)
####For Android
#### For Android
[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:
Emails can be migrated with:
* [ImapSync](http://imapsync.lamiral.info/):
* on your client [install ImapSync](http://imapsync.lamiral.info/INSTALL) :
```bash
sudo dnf install imapsync # Under Fedora
```
* Proceed to the transfert between two YunoHost servers:
```bash
imapsync --host1 <domain/IP> --port1 993 --ssl1 --user1 <user> --password1 <password> \
--host2 <domain/IP> --port2 993 --ssl2 --user2 <user> --password2 <password>
```
* [Larch](https://github.com/rgrove/larch/):
* on your client install Larch:
```bash
sudo gem install larch
```
* Proceed to the transfert between two YunoHost servers:
* Proceed to the transfert between two YunoHost servers:
```bash
larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org
```