Postfix 标头...更改主机名?

Postfix 标头...更改主机名?

这是从我的邮件服务器发送到 gmail 的测试电子邮件的标题。我将主机名从 ads.jeuxgratuits.net 更改为 mail.jeuxgratuits.net,以便我的电子邮件标题显示一致的信息……但即使在更改之后,我仍然得到了对 ads.jeuxgratuits.net 的引用:

Received: from mail.jeuxgratuits.net (ads.jeuxgratuits.net [208.111.94.17])
    by mx.google.com with ESMTP id 12si2715274iwn.15.2009.10.15.13.40.35;

我使用 webmin 更改了服务器主机名。然后我重新启动了网络和 postfix 服务。

完整标题:

Delivered-To: [email protected]
Received: by 10.86.27.7 with SMTP id a7cs114739fga;
        Thu, 15 Oct 2009 13:40:37 -0700 (PDT)
Received: by 10.101.180.33 with SMTP id h33mr782170anp.155.1255639236254;
        Thu, 15 Oct 2009 13:40:36 -0700 (PDT)
Return-Path: <[email protected]>
Received: from mail.jeuxgratuits.net (ads.jeuxgratuits.net [208.111.94.17])
        by mx.google.com with ESMTP id 12si2715274iwn.15.2009.10.15.13.40.35;
        Thu, 15 Oct 2009 13:40:36 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates 208.111.94.17 as permitted sender) client-ip=208.111.94.17;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected] designates 208.111.94.17 as permitted sender) [email protected]
Received: from web03.jeuxgratuits.net (unknown [208.111.94.13])
    by mail.jeuxgratuits.net (Postfix) with ESMTP id 508D321F802E
    for <[email protected]>; Thu, 15 Oct 2009 16:25:29 -0400 (EDT)
Date: Thu, 15 Oct 2009 16:51:29 -0400
To: [email protected]
From: Root User <[email protected]>
Subject: =?ISO-8859-1?Q?Activation www.jeuxgratuits.net?=
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.0.0 (phpmailer.codeworxtech.com)
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
MIME-Version: 1.0

答案1

您的 DNS 不好:208.111.94.17 17.94.111.208.in-addr.arpa 域名指针 ads.jeuxgratuits.net。

因此你需要更改 DNS 并等待传播

答案2

请以问题的形式陈述您的答案...:)

已接收:行正在从反向 DNS 查找中获取旧名称。

相关内容