Skonfigurowałem Postfix + Dovecot
serwer e-mail. Zająłem SPF
, DKIM
, DMARC
i dodaje odpowiednie nagłówki do wiadomości. Nie korzystałem z urządzenia przez 2 lata, więc nie można go umieścić na czarnej liście poprzednich użytkowników. Z nieznanych mi powodów mój e-mail nadal jest oznaczany jako spam przez Gmail. To jest źródło poczty, jak widzi klient Gmail. Usunąłem niektóre bardzo długie unikalne identyfikatory i adresy IP, aby były bardziej czytelne.
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.
Zdecydowanie uważam, że mój problem dotyczy nieodpowiednich nagłówków. Jakie nagłówki powinienem dodać lub zmienić? Nie jestem pewien, co jeszcze powinienem zrobić ...