2017-09-20 65 views
0

如果我从我的服务器发送电子邮件我得到了以下标题:验证结果 - DKIM - 改变头

Delivered-To: [email protected] 
Received: by 10.31.231.70 with SMTP id e67csp768117vkh; 
     Wed, 20 Sep 2017 08:12:10 -0700 (PDT) 
X-Google-Smtp-Source: AOwi7QDtqlqxfaVO9FBULHwYV4HU0DKhL6jVf7jUECYVAh8qVNsp+/XIbyzNmIRjoKT0ICWy9Ome 
X-Received: by 10.223.169.83 with SMTP id u77mr2134583wrc.268.1505920330877; 
     Wed, 20 Sep 2017 08:12:10 -0700 (PDT) 
ARC-Seal: i=1; a=rsa-sha256; t=1505920330; cv=none; 
     d=google.com; s=arc-20160816; 
     b=SIGNATUREHERE 
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; 
     h=message-id:content-transfer-encoding:mime-version:subject:to:from 
     :date:dkim-signature:arc-authentication-results; 
     bh=+okhXPBeWS3J3wh4Y2Ayn0yURB1edQflYGYjC0IwBQo=; 
     b=SIGNATUREHERE 
ARC-Authentication-Results: i=1; mx.google.com; 
     dkim=pass [email protected] header.s=default header.b=sQFuh0qx; 
     spf=pass (google.com: domain of [email protected] designates 123.456.1.1 as permitted sender) [email protected]; 
     dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=mydomain.de 
Return-Path: <[email protected]> 
Received: from mail.mydomain.de (mail.mydomain.de. [123.456.1.1]) 
     by mx.google.com with ESMTPS id k2si1545272wmi.26.2017.09.20.08.12.10 
     for <[email protected]> 
     (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); 
     Wed, 20 Sep 2017 08:12:10 -0700 (PDT) 
Received-SPF: pass (google.com: domain of [email protected] designates 123.456.1.1 as permitted sender) client-ip=123.456.1.1; 
Authentication-Results: mx.google.com; 
     dkim=pass [email protected] header.s=default header.b=sQFuh0qx; 
     spf=pass (google.com: domain of [email protected] designates 123.456.1.1 as permitted sender) [email protected]; 
     dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=mydomain.de 
Received: from mydomain.de (mydomain.de [IPv6:2a01:4f8:10b:1f55::2]) by mail.mydomain.de (Postfix) with ESMTPSA id 1CC703C00E6 for <[email protected]>; Wed, 20 Sep 2017 17:12:10 +0200 (CEST) 
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mydomain.de; s=default; t=1505920330; bh=+okhXPBeWS3J3wh4Y2Ayn0yURB1edQflYGYjC0IwBQo=; l=26446; h=From:To:Subject; b=sQFuh0qxf1rc0fFKeuhDeLoAaacLaFRyCyMw8rMJh80AZFLyLcCpVqKq1nWBBlEE0 
    1ii+p3Hf9HNqTvSqU66EUIZ0QtIs8GCLJI3m95DN8DpqXFvLFfiK88413zKnufODOS 
    aodq8Mxq53+6wG/GOmoe5jQMxG5NH1mV720xVlIw= 
Authentication-Results: zeus.mydomain.de; 
     spf=pass (sender IP is 2a01:4f8:10b:1f55::2) [email protected] smtp.helo=mydomain.de 
Received-SPF: pass (connection is authenticated) 
Date: Wed, 20 Sep 2017 17:12:10 +0200 
From: [email protected] 
To: [email protected] 
Subject: My Subject 
MIME-Version: 1.0 
Content-Type: text/html; charset="utf-8" 
Content-Transfer-Encoding: quoted-printable 
Message-Id: <[email protected]> 

一切,除了下面的头细:

Authentication-Results: zeus.mydomain.de; 

我怎么有要更改我的服务器设置以获得该标题的外观如下:

Authentication-Results: mydomain.de; 
or 
Authentication-Results: mail.mydomain.de; 

是否必须更改主机名accor dingly,目前是zeus.mydomain.de?我可以在不更改服务器主机名的情况下实现所需的标题?

回答

0

SPF和DKIM在这方面仅与您的友好域 - mydomain.de保持一致。如果您有域名或子域名,您不会发送电子邮件“来自”,您仍然希望进行电子邮件认证,因为坏人可以欺骗域名和子域名,这些域名和子域名不会被您用作电子邮件中的来自域名。