如何防止 Outlook 在电子邮件标头中包含我的计算机名称?

如何防止 Outlook 在电子邮件标头中包含我的计算机名称?

我是否必须更改我的计算机名称才能更改 Outlook 中继的名称,或者 Outlook 使用的设置是否最初是计算机名称,但可以由(非程序员)用户设置,例如注册表设置?

以下是我向我的域名 (example.com) 上的另一个电子邮件地址发送的电子邮件的标题。我收到了它,因为我的域名的所有电子邮件都路由到我的电子邮件帐户。

但这不仅仅发生在我的域名上。我向 Gmail 发送了同样的电子邮件,查看了邮件头,发现邮件头中也出现了相同的识别计算机名称。

helo=NameOfMyComputer

Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from mail.emailserver.com
    by mail.emailserver.com with LMTP id mARWCHyv/FpHgAAAiOHS9w
    for <[email protected]>; Wed, 16 May 2018 18:23:56 -0400
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 16 May 2018 18:23:56 -0400
Received: from [256.256.256.256] (port=37178 helo=NameOfMyComputer)
    by mail.emailserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
    (Exim 4.91)
    (envelope-from <[email protected]>)
    id 1fJ4pv-0008XV-IV
    for [email protected]; Wed, 16 May 2018 18:23:56 -0400
From: "Sender" <[email protected]>
To: <[email protected]>
Subject: Somethinginteresting
Date: Wed, 16 May 2018 15:23:55 -0700
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_00E7_01D3ED29.E91DE950"
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdPtZJL7oGrugVdcQnC0jxSqvozmog==
Content-Language: en-us

相关内容