Thanatos
vendredi 11 avril 2008 à 09:44
Bonjour,
J'ai récemment ajouté un SPF record sur mes deux noms de domaines et j'ai contasté le problème suivant :
- sur le premier aucun problème, hotmail considère mes mails comme légitime
- sur le second, avec la meme configuration, mes mails sont considérés comme du spam.
Je précise que l'envoi de mails pour les deux domaines se font dans les mêmes conditions, c'est à dire envoi par la fonction mail de PHP ou sinon par un ordinateur de l'entreprise (pour les réponses individuelles) avec un serveur orange.
L'hypothèse serait que le nom de domaine rejeté serait blacklisté par hotmail.
Qu'en pensez vous ? Merci d'avance pour votre aide.
Kioob
vendredi 11 avril 2008 à 10:00
Hello,
le SPF seul est très loin de suffir pour déterminer que le mail n'est pas un SPAM. De plus tu indiques utiliser aussi les serveurs Orange pour envoyer ; as tu déclarer ces serveurs dans tes régles SPF ? Sinon c'est clair et net que le mail sera considéré comme SPAM.
Sans plus d'infos, difficile de déterminer d'où vient le problème.... Enfin, si tu étais vraiment "blacklisté" le mail n'arriverait tout simplement à bon port.
Thanatos
vendredi 11 avril 2008 à 10:24
D'accord. Pour le spf, j'ai ajouté orange.fr et wanadoo.fr en MX.
Voici le SPF :
v=spf1 a mx ptr mx:orange.fr mx:wanadoo.fr -all
C'est exactement le même pour les deux noms de domaine. Avec le premier NDD ça marche mais pas le second.
Bigb06
vendredi 11 avril 2008 à 13:20
Tu as essayé de faire un diagnostic en faisant des tests depuis ce site
http://senderid.espcoalition.org/ ?
Thanatos
vendredi 11 avril 2008 à 14:30
Voilà ce que j'obtiens :
SPF Record : OK
DomainKey : NONE
DKIM : NONE
Sender ID MFROM Method : OK
Sender ID PRA Method : OK
CITATION
Explanation of Results
"MAIL FROM" shows the email address in the MAIL FROM (Return Path) header of your message.
"PRA" shows the Purported Responsible Address (PRA) of your message.
"SPF-Record MFROM Scope" shows the SPF-Record you have published for the MAIL FROM domain.
"SPF-Record PRA Scope" shows the SPF record you have published for the PRA domain.
"SPF-Method Result" shows the results of the SPF-Method authentication test.
"SenderID-MFROM-Method Result" shows the results of the SenderID-MFROM-Method authentication test.
"SenderID-PRA-Method Result" shows the results of the SenderID-PRA-Method authentication test.
"DomainKey-Signature" shows the DomainKeys signature included by the sender.
"DomainKey-Status" shows the result of the DomainKey authentication test.
"DKIM-Signature" shows the DKIM signature included by the sender.
"DKIM-Status" shows the result of the DKIM authentication test.
Message
MAIL FROM: adv@******.fr
PRA: adv@******.fr
SPF-Record-Classic: v=spf1 a mx ptr a:mail.******.fr mx:****.fr mx:orange.fr mx:wanadoo.fr ip4:***.***.***.*** -all
SPF-Record-MFROM Scope: v=spf1 a mx ptr a:mail.******.fr mx:****.fr mx:orange.fr mx:wanadoo.fr ip4:***.***.***.*** -all
SPF-Record-PRA Scope: v=spf1 a mx ptr a:mail.******.fr mx:****.fr mx:orange.fr mx:wanadoo.fr ip4:***.***.***.*** -all
SPF-Method Result: pass(******.fr: domain of
******.fr designates ***.***.***.*** as permitted sender)
SenderID-MFROM-Method Result: pass(******.fr: domain of
******.fr designates ***.***.***.*** as permitted sender)
SenderID-PRA-Method Result: pass(******.fr: domain of
******.fr designates ***.***.***.*** as permitted sender)
DomainKey-Status: bad format: No DomainKey signature found
DKIM-Status: failed (no signature found)
Return-Path: adv@******.fr
Received: from ***.***.***.***
by **.**.**.***
for <ujthjw3nem6_AT_senderid.espcoalition.org>; Fri, 11 Apr 2008 08:05:49 -0500
Received: (qmail 16486 invoked by uid 99); 11 Apr 2008 13:01:32 -0000
Date: 11 Apr 2008 13:01:32 -0000
Message-ID: <**************************@***********.net>
To: ujthjw3nem6_AT_senderid.espcoalition.org
Subject: ******
From: "***** ***" <***@******.fr>
Reply-To: "***** ***" <***@******.fr>
X-Mailer: PHP/4.4.7
X-MSMail-Priority: Normal
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_61de2f8f711625129c4bfe600bf47367"
--=_61de2f8f711625129c4bfe600bf47367
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
cognotte
vendredi 11 avril 2008 à 14:34
CITATION(Bigb06 @ vendredi 11 avril 2008 à 14:20)

Tu as essayé de faire un diagnostic en faisant des tests depuis ce site
http://senderid.espcoalition.org/ ?
Je ne connaissais pas ce bel outil instructif, du coup j'essaie en vain d'installer domainkeys sur une debian et une redhat et c'est une mega galere... bon courage a ceux qui vont le tenter !
Si quelqu'un le fait avec succès je veut bien des infos.