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
248187f919
commit
43ee08ea0e
1 changed files with 17 additions and 6 deletions
23
email.md
23
email.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue