OVH Community, votre nouvel espace communautaire.

Mails en spam


beklups
15/04/2016, 16h12
Je possède un dédié (ns201601 IP 111.222.33.44) sous debian 6 gérant plusieurs noms de domaine.
Pour l'un de ces domaines (mondomaine.com) j'ai un MX Plan pour les mails.
Le site envoie des mails automatiques (en quantité très raisonnable) et ils arrivent en spam sur certaines messageries (gmail notamment).
Quelques éléments :
- En-tête des mails en spam
Code:
Authentication-Results: mx.google.com;
       spf=neutral (google.com: is neither permitted nor denied by best guess record for domain of informations@mondomaine.com) smtp.mailfrom=informations@mondomaine.com
Received: from 111.222.33.44 (localhost.localdomain [127.0.0.1])
	by mail.noveltys.fr (Postfix) with ESMTP id CEC0670ECC
- dig -x 111.222.33.44 renvoie
Code:
111.222.33.44 86400 IN PTR ns201601.
- Reverse DNS
Code:
ns201601
- Enregistrement SPF de mondomaine.com
Code:
"v=spf1 a mx ptr include:mx.ovh.com ~all"
- Bind de mondomaine.com (partie MX et A)
Code:
mondomaine.com.	IN      MX	      	1 mx0.ovh.net.
mondomaine.com.	IN	    A       	111.222.33.44
- POSTFIX main.cf
Code:
myhostname = mail.noveltys.fr
Dois je modifier le Reverse DNS et mettre mondomaine.com ?
Ou faire en sorte que les mails partent de ns201601 ?
Ajouter dans mon bind une entrée SPF et TXT v=spf1 mx ~all ?