Email arrived in SPAM no matter I do SPF, DKIM, and others stuffs
- by Xjet
During a full day I tried to removed my email from SPAM (in google).
So I start from scratch by instaling Postfix on debian, setup SPF and DKIM. Email stay in spam but header are here. So I continue to set up DMARC. So far so good.
Here is my last header :
Delivered-To: h********se@gmail.com
Received: by 10.224.84.20 with SMTP id h20csp148174qal;
Tue, 3 Jun 2014 01:16:22 -0700 (PDT)
X-Received: by 10.112.148.165 with SMTP id tt5mr6432900lbb.61.1401783381908;
Tue, 03 Jun 2014 01:16:21 -0700 (PDT)
Return-Path: <[email protected]>
Received: from bcp.monconcours.com ([188.226.227.141])
by mx.google.com with ESMTP id ue3si38630125lbb.3.2014.06.03.01.16.21
for <h********[email protected]>;
Tue, 03 Jun 2014 01:16:21 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected].com designates 188.226.227.141 as permitted sender) client-ip=188.226.227.141;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected].com designates 188.226.227.141 as permitted sender) [email protected];
dkim=pass [email protected];
dmarc=pass (p=NONE dis=NONE) header.from=bcp.monconcours.com
Received: by bcp.monconcours.com (Postfix, from userid 33)
id 9EA90614F2; Tue, 3 Jun 2014 08:16:20 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=monconcours.com;
s=mail; t=1401783380;
bh=IHAmfgk+Ge5iunMmbPMRKPHJrHsCmMebmJkS/G3zk7w=;
h=To:Subject:From:To:Reply-To:Date;
b=w/cIlRwSFhNS0TIKJj6yd2R3PeKDkkSf/ht2x4FV4l1jOlgsEwsXN8m4aJQMO0uCA
hG4AOUgIGAlCoP5qrgLGtRYgjVbKXmHY0cjMxUvbVDKI0xymzSxzuPqoIXWD3COe+v
+W57zmEFcq93pJvDUivJzgIWbYFy6SRWe495ups0=
To: h*****se@gmail.com
Subject: Creads.fr vous remercie de votre visite, Buissness Angel pour 3 million
X-PHP-Originating-Script: 0:testmail.php
From: "Banque BCP - Concours photo #teamportugal" <[email protected]>
To: hu*****se@gmail.com
Reply-To: "Banque BCP - Concours photo #teamportugal" <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;boundary=np538d84549a709
Content-Transfer-Encoding: 8bit
Organization: Creads Digital
X-Priority: 3
X-Mailer: PHP5.4.4-14+deb7u9
Message-Id: <[email protected]>
Date: Tue, 3 Jun 2014 08:16:20 +0000 (UTC)
This is a MIME encoded message.
--np538d84549a709
Content-type: text/plain;charset=utf-
I've also noticed a warn log for opendmarc : warning: connect to Milter service inet:127.0.0.1:8893: Connection refused
But it seems that DMARC pass anyway...
I've setup the correct DNS for DKIM and SPF, domain name or ip is not blacklisted.
I've test on http://www.mail-tester.com/web-rMZjFj&reloaded=12
Most things seems ok but I can't fix the Reverse DNS issue (I don't have access to the main server).
I begin to be pretty annoyed by the problem that's why I need expert advice/help.