mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update copy_image_fr.md
This commit is contained in:
parent
ebe168ecb3
commit
2c22002349
2 changed files with 20 additions and 1 deletions
19
blacklist_forms.md
Normal file
19
blacklist_forms.md
Normal 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
|
|
@ -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> N’oubliez pas de changer `/chemin/vers/votre/.img` et `/nom/du/matériel` par les valeurs appropriées.
|
||||
|
|
Loading…
Reference in a new issue