drusixtynine
Basic Pleskian
Hi there,
I know this is a recurring problem, but I can not find a solution in all the posts I've been seeing
I have a VPS with plesk 12.0.8 installed on it and I am hosting multiple domains on it
I have properly configured SPF in my domain and when I send an email to a gmail address, it is not received in the inbox but in the spam folder.
I have tested emails with mail-tester.com and my score is 9/10 because I do not have DKIM configured, as this version of plesk does not support it (and I don't want to upgrade with risking that the upgrade goes wrong and my customers get stuck)
As you can see in the email original header, SPF and dmarc are passing
mail-tester.com is having a warning with my reverse DNS as the IP reverse DNS record sends to mymaindomain.com and the SMTP HELO message provides myVPSaddress.ovh.net
I've hidden domain names, VPS name and so on for privacy of my customer and so on, sorry for that
So here I am, stuck, not knowing what to do more
Please, any help would be appreciated
Aziz
I know this is a recurring problem, but I can not find a solution in all the posts I've been seeing
I have a VPS with plesk 12.0.8 installed on it and I am hosting multiple domains on it
I have properly configured SPF in my domain and when I send an email to a gmail address, it is not received in the inbox but in the spam folder.
I have tested emails with mail-tester.com and my score is 9/10 because I do not have DKIM configured, as this version of plesk does not support it (and I don't want to upgrade with risking that the upgrade goes wrong and my customers get stuck)
As you can see in the email original header, SPF and dmarc are passing
mail-tester.com is having a warning with my reverse DNS as the IP reverse DNS record sends to mymaindomain.com and the SMTP HELO message provides myVPSaddress.ovh.net
I've hidden domain names, VPS name and so on for privacy of my customer and so on, sorry for that
So here I am, stuck, not knowing what to do more
Please, any help would be appreciated
Aziz
Code:
Delivered-To: [email protected]
Received: by 10.200.51.163 with SMTP id c32csp6843983qtb;
Wed, 6 Dec 2017 03:49:00 -0800 (PST)
X-Google-Smtp-Source: AGs4zMYjB0fl09qdgN1xu3Psi0Xbu6ADhmLInXnoVKqgrDtqK7oWt+WVI0Va4Rwz+SpZwViVFee7
X-Received: by 10.28.45.151 with SMTP id t145mr7637295wmt.108.1512560940870;
Wed, 06 Dec 2017 03:49:00 -0800 (PST)
ARC-Seal: i=1; a=rsa-sha256; t=1512560940; cv=none;
d=google.com; s=arc-20160816;
b=wxrxOk3zE6nkqqkPzEW0HXPM+z/J7y8eptLRlCSLbV6U5fUj7qp2o1t3ScrAElECBY
P+rqsKFJ5eGK7dPVqdPE9ernTTsrtA60BeD0jP6OSg1Haa/AHfPNjzx8yneu+3RvRqIj
JKy7mSNU4hlXCHSTSRHsOaUBwf94mX2ZvG3cyf9K5QqIT2dvZ/Kb7milGjQ9Hs9HWf1t
GzkSS8/uCbj4jrSr+HkdAsQyYzpmGM6ySaDFziKP+Jy4yj6aNVs3Q5TcxiOAdidpvuwd
I9A3f4ikEpfCGZx5P9qa0iCbqWDkcAhHeqabY5STZlYusEMOzSt4nX7YJ3yw5C4Zt6ns
e7gw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
h=user-agent:message-id:subject:to:from:date
:content-transfer-encoding:mime-version:arc-authentication-results;
bh=+JdJnpAhwQC6DVUV9iO78NR2SWlur3o996ynao9UdaQ=;
b=StMsa0az6NzXSkfE0OlaAWi0+7B4vyorvWdFZ3of87OjfLNBvJ63Syz9nMQSr6rLfS
Lc37LAoxD2x0IcAgBB/yLuS8BQ510xCZhXKTclDUJHiDemy+lOQjKrfMwn7Kba8V70q3
f9bWXOx5F/fb64P+JrqeCY3OQsj1mmcIz4ghpUaqiz/uZ4h+51UxlfWnfduxF0dJZRMt
eUd5pNCM3Bb+kyeMzcKAHs7+57gcuzRXgEWhDEy9aZR7x7MaMDPrGylfg9BuBNwoMdsn
l9d2UeeiyY5pIblepJZRifPYN8Zi07F7bDmJJOqNVOLsBnnwTSqPjh9WCmcLHT9un9qw
Xo9g==
ARC-Authentication-Results: i=1; mx.google.com;
spf=pass (google.com: domain of [email protected] designates 2001:41d0:52:800::12 as permitted sender) [email protected];
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=mydomain.com
Return-Path: <[email protected]>
Received: from myVPS.ovh.net ([2001:41d0:52:800::12])
by mx.google.com with ESMTPS id z56si1996310wrz.517.2017.12.06.03.49.00
for <[email protected]>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Wed, 06 Dec 2017 03:49:00 -0800 (PST)
Received-SPF: pass (google.com: domain of [email protected] designates 2001:41d0:52:800::12 as permitted sender) client-ip=2001:41d0:52:800::12;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected] designates 2001:41d0:52:800::12 as permitted sender) [email protected];
dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=mydomain.com
Received: from webmail.mydomain.com (localhost [IPv6:::1]) by myvps.ovh.net (Postfix) with ESMTPA id B7B7F260369E for <[email protected]>; Wed,
6 Dec 2017 12:48:59 +0100 (CET)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Date: Wed, 06 Dec 2017 12:48:59 +0100
From: [email protected]
To: [email protected]
Subject: test 12:48
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/1.1.4