Update copy_image_fr.md

This commit is contained in:
kload@kload.fr 2015-03-16 22:08:29 +01:00 committed by YunoHost
parent ebe168ecb3
commit 2c22002349
2 changed files with 20 additions and 1 deletions

19
blacklist_forms.md Normal file
View file

@ -0,0 +1,19 @@
#Blacklist forms
It could happen sometimes that your IP is blacklisted by some email provider, or anti-spam services.
Here is some forms that could help you remove your IP address from these lists
## Email providers
* Hotmail: https://support.live.com/eform.aspx?productKey=edfsmsbl3&ct=eformts&scrx=1
* GMail : https://support.google.com/mail/contact/msgdelivery
## Anti-spam services
* SpamHaus: http://www.spamhaus.org/lookup/
## Test your server
* https://www.mail-tester.com/
* http://whatismyipaddress.com/blacklist-check

View file

@ -27,7 +27,7 @@ sudo fdisk -l
* Copiez l'image en tapant :
```bash
sudo dd bs=1M if=/chemin/vers/votre/.img of=/nom/du/matériel
sudo dd if=/chemin/vers/votre/.img of=/nom/du/matériel
```
<span class="glyphicon glyphicon-warning-sign"></span> Noubliez pas de changer `/chemin/vers/votre/.img` et `/nom/du/matériel` par les valeurs appropriées.