doc/email_fr.md
ma.azimi@laposte.net 248187f919 Update email_fr.md
2015-06-12 13:30:08 +02:00

57 lines
2.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Messagerie électronique
YunoHost fournit :
* [Postfix](http://www.postfix.org/) : un serveur de messagerie électronique SMTP
* [Dovecot](http://www.dovecot.org/) : un serveur de messagerie électronique IMAP et POP3
* [Amavis](http://amavis.org/) : un antispam
* [RoundCube](/apps) : un webmail
### Client lourd de messagerie électronique
Il est possible daccéder à ses courriels grâce à un client lourd de messagerie électronique comme Mozilla Thunderbird ou Évolution.
Ladresse mail principale et ton mot de passe sont nécessaire.
**Attention:** votre login est votre nom dutilisateur SSO et non votre adresse mail ou la partie avant le @
##### Réglages :
`IMAP | 993 | SSL/TLS`
`SMTP | 465 | SSL/TLS`
#### Mozilla Thunderbird
Lutilitaire de détection automatique de Thunderbird ne marche pas correctement avec YunoHost. Il faut donc passer en configuration manuelle. Noubliez pas denlever le point devant le nom domaine.
<img src="https://yunohost.org/images/thunderbird-config.png" width=900>
* [Gestion des alias mails](https://support.mozilla.org/en-US/kb/configuring-email-aliases)
#### Pour Android
Lapplication [K-9 Mail](https://github.com/k9mail) fonctionne.
### Migration
Les emails peuvent être migrés avec :
* [ImapSync](http://imapsync.lamiral.info/) :
* sur votre client [installez ImapSync](http://imapsync.lamiral.info/INSTALL) :
```bash
sudo dnf install imapsync # Sous Fedora
```
* Procédez au transfert ente deux serveurs YunoHost :
```bash
imapsync --host1 <domaine/IP> --port1 993 --ssl1 --user1 <utilisateur> --password1 <mdp> \
--host2 <domaine/IP> --port2 993 --ssl2 --user2 <utilisateur> --password2 <mot de passe>
```
* [Larch](https://github.com/rgrove/larch/) :
* sur votre client installez Larch :
```bash
sudo gem install larch
```
* Procédez au transfert ente deux serveurs YunoHost :
```bash
larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org
```
Pour dautres types de transferts référez-vous à la documentation de Larch.
#### Aller plus loin
* [Conférence de Benjamin Sonntag - Lemail](http://www.iletaitunefoisinternet.fr/lemail-par-benjamin-sonntag/)