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
6424cd591f
commit
bfafd7a02b
1 changed files with 11 additions and 51 deletions
62
email.md
62
email.md
|
@ -1,55 +1,15 @@
|
|||
# Email
|
||||
|
||||
YunoHost provides:
|
||||
### Summary
|
||||
* [Configure email client](email_configure_client_en)
|
||||
* [MX DNS zone](/dns_config_en)
|
||||
* [Open ports on the router](/isp_box_config_en)
|
||||
* [Migrate emails](email_migration_en)
|
||||
* [Forms to remove blacklisting of your IP address](blacklist_forms_en)
|
||||
* [Use DKIM](dkim_en)
|
||||
|
||||
#### YunoHost provides
|
||||
* [Postfix](http://www.postfix.org/): a SMTP email server
|
||||
* [Dovecot](http://www.dovecot.org/): a IMAP and a POP3 email server
|
||||
* [Dovecot](http://www.dovecot.org/): an IMAP email server
|
||||
* [Amavis](http://amavis.org/): an antispam
|
||||
* [RoundCube](/apps): a webmail
|
||||
|
||||
### Desktop email client
|
||||
You can access your emails via desktop email clients such as Mozilla Thunderbird or Evolution.
|
||||
|
||||
You will need your email address and your password.
|
||||
|
||||
**Caution:** your login is your SSO username and not your email address
|
||||
|
||||
##### Settings:
|
||||
|
||||
`IMAP | 993 | SSL/TLS`
|
||||
|
||||
`SMTP | 465 | SSL/TLS`
|
||||
|
||||
#### Mozilla Thunderbird
|
||||
|
||||
The automatic detection tool of Thunderbird does not work with YunoHost. You will need to set it up manually. To do so, add the account information, then select SSL/TLS for IMAP and SMTP. Afterwards select 'Normal Password' for Authentication and click on 'Advanced Config'. You will need to accept the certificate exceptions for fetching mails and after you send your first mail. Remove dot before domain name.
|
||||
|
||||
<img src="https://yunohost.org/images/thunderbird-config.png" width=900>
|
||||
|
||||
* [Manage alias mails](https://support.mozilla.org/en-US/kb/configuring-email-aliases)
|
||||
|
||||
#### For Android
|
||||
[K-9 Mail](https://en.wikipedia.org/wiki/K-9_Mail) application works.
|
||||
|
||||
### Migration
|
||||
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:
|
||||
```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.
|
||||
|
||||
* [RoundCube](/apps): a webmail
|
Loading…
Reference in a new issue