मैंने कॉन्फ़िगर किया है a Postfix + Dovecot
ईमेल सर्वर। मैंने ध्यान रखा SPF
, DKIM
, DMARC
और संदेश में उपयुक्त शीर्ष लेख जोड़े। मैंने 2 साल से मशीन का उपयोग नहीं किया है, इसलिए इसे पिछले उपयोगकर्ताओं से ब्लैकलिस्ट नहीं किया जा सकता है। मेरे लिए अज्ञात कारणों से, मेरा ईमेल अभी भी जीमेल द्वारा स्पैम के रूप में चिह्नित है। यह मेल का स्रोत है, जैसा कि gmail क्लाइंट द्वारा देखा जाता है। मैंने बहुत लंबी अनूठी आईडी और IPs को हटा दिया, ताकि इसे और अधिक पठनीय बनाया जा सके।
Delivered-To: targetemailaddress@gmail.com
Received: by IPv6_here with SMTP id s12csp565193ios;
Fri, 1 Feb 2019 07:45:41 -0800 (PST)
X-Google-Smtp-Source: someuniquestring
X-Received: by 2002:a63:6c48:: with SMTP id h69mr34585542pgc.139.1549035941764;
Fri, 01 Feb 2019 07:45:41 -0800 (PST)
ARC-Seal: i=1; a=rsa-sha256; t=1549035941; cv=none;
d=google.com; s=arc-20160816;
b=verylongstringhere==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
h=date:message-id:content-transfer-encoding:mime-version:reply-to
:from:sender:subject:to:dkim-signature:dkim-filter;
bh=somelongstring=;
b=verylongstringhere2==
ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass header.i=@mycustomdomain.com header.s=201901 header.b=qCd3nM9G;
spf=pass (google.com: domain of support@mycustomdomain.com designates IPv6_here_2 as permitted sender) smtp.mailfrom=support@mycustomdomain.com;
dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=mycustomdomain.com
Return-Path: <support@mycustomdomain.com>
Received: from mycustomdomain.com (mycustomdomain.com. [IPv6_here_2])
by mx.google.com with ESMTPS id k91si7726103pld.283.2019.02.01.07.45.41
for <targetemailaddress@gmail.com>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Fri, 01 Feb 2019 07:45:41 -0800 (PST)
Received-SPF: pass (google.com: domain of support@mycustomdomain.com designates IPv6_here_2 as permitted sender) client-ip=IPv6_here_2;
Authentication-Results: mx.google.com;
dkim=pass header.i=@mycustomdomain.com header.s=201901 header.b=qCd3nM9G;
spf=pass (google.com: domain of support@mycustomdomain.com designates IPv6_here_2 as permitted sender) smtp.mailfrom=support@mycustomdomain.com;
dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=mycustomdomain.com
Received: by mycustomdomain.com (Postfix, from userid 48)
id 743B95C468; Fri, 1 Feb 2019 16:46:12 +0100 (CET)
DKIM-Filter: OpenDKIM Filter v2.11.0 mycustomdomain.com 743B95C468
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mycustomdomain.com;
s=201901; t=1549035972;
bh=somelongstring=;
h=To:Subject:From:Reply-To:Date:From;
b=vverylongstringhere3==
To: targetemailaddress@gmail.com
Subject: Update on the files
Sender: Support Team <support@mycustomdomain.com>
From: Support Team <support@mycustomdomain.com>
Reply-To: Support Team <support@mycustomdomain.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Message-Id: <20190201154612.743B95C468@mycustomdomain.com>
Date: Fri, 1 Feb 2019 16:46:12 +0100 (CET)
You start as a beginner and then you make it to the end.
मुझे दृढ़ता से लगता है कि मेरी समस्या अपर्याप्त हेडर के साथ है। मुझे क्या हेडर जोड़ना या बदलना चाहिए? मुझे यकीन नहीं है कि मुझे और क्या करना चाहिए ..