首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >RDNS_NONE匹配,但是有一个RDNS

RDNS_NONE匹配,但是有一个RDNS
EN

Server Fault用户
提问于 2015-04-17 13:07:42
回答 1查看 11.7K关注 0票数 4

我遇到了一个小问题-垃圾邮件杀手的RDNS _NONE-规则匹配我的发送邮件,但有一个RDNS设置的所有主机,是在传递链。

如果我将电子邮件发送到“接收转发-地址@example.com”,该邮件被重定向到另一个帐户,我将得到以下标题:

代码语言:javascript
复制
Return-Path: <receipient@example.com>
Delivered-To: receipient@mailserver.example.com
Received: from localhost (localhost [127.0.0.1])
    by mailserver.example.com (Postfix) with ESMTP id 3CD4D1D237A1
    for <receipient@example.com>; Fri, 17 Apr 2015 14:53:03 +0200 (CEST)
X-Virus-Scanned: amavisd-new at example.com
Received: from mailserver.example.com ([127.0.0.1])
    by localhost (mailserver.example.com [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id oUIr35qsq6dA for <receipient@example.com>;
    Fri, 17 Apr 2015 14:53:03 +0200 (CEST)
Received: from closed-relay.outgoing-mailserver.com (closed-relay.outgoing-mailserver.com [123.123.123.123])
    by mailserver.example.com (Postfix) with ESMTP id DEC0B1D23794
    for <receipient@example.com>; Fri, 17 Apr 2015 14:53:02 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
    by closed-relay.outgoing-mailserver.com (Postfix) with ESMTP id 52E3844379B
    for <receipient@example.com>; Fri, 17 Apr 2015 14:52:53 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at closed-relay.outgoing-mailserver.com
Received: from closed-relay.outgoing-mailserver.com ([127.0.0.1])
    by localhost (closed-relay.outgoing-mailserver.com [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id MFFwpRFp8aZy for <receipient@example.com>;
    Fri, 17 Apr 2015 14:52:51 +0200 (CEST)
Received: from outgoingantispam.outgoing-mailserver.com (outgoingantispam.outgoing-mailserver.com [1.1.1.1])
    by closed-relay.outgoing-mailserver.com (Postfix) with ESMTPSA id 3DB4E443794
    for <receipient@example.com>; Fri, 17 Apr 2015 14:52:51 +0200 (CEST)
Received: from my.webhosting-server.com (unknown [2.2.2.2])
    (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
    (No client certificate requested)
    by outgoingantispam.outgoing-mailserver.com (Postfix) with ESMTPS id A7DB3182E6E
    for <receipient@example.com>; Fri, 17 Apr 2015 14:52:48 +0200 (CEST)
Received: by my.webhosting-server.com (Postfix, from userid 30)
    id 6D9E128223E; Fri, 17 Apr 2015 14:52:48 +0200 (CEST)
X-Original-To: receipient-forwarding-address@example.com
Delivered-To: receipient-forwarding-address@example.com
Received: from mailserver.example.com (mailserver.example.com [80.147.42.111])
 by my.webhosting-server.com (Postfix) with ESMTPS id 355FE281888
 for <receipient-forwarding-address@example.com>; Fri, 17 Apr 2015 14:52:48 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
 by mailserver.example.com (Postfix) with ESMTP id A2E7E1D23786
 for <receipient-forwarding-address@example.com>; Fri, 17 Apr 2015 14:52:47 +0200 (CEST)
X-Virus-Scanned: amavisd-new at example.com
Received: from mailserver.example.com ([127.0.0.1])
 by localhost (mailserver.example.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id xwhW2ZM2tq8D for <receipient-forwarding-address@example.com>;
 Fri, 17 Apr 2015 14:52:47 +0200 (CEST)
Received: from [10.18.163.218] (ersc145.goemobile.de [134.76.38.145])
 by mailserver.example.com (Postfix) with ESMTPSA id DF8D01D23770
 for <receipient-forwarding-address@example.com>; Fri, 17 Apr 2015 14:52:46 +0200 (CEST)
From: Test <receipient@example.com>
Content-Type: multipart/alternative;
 boundary="Apple-Mail=_4A11EFC1-C1A0-443C-A838-95B3BBBD3921"
Subject: Test
Message-Id: <93E953CD-A9A7-4DDE-B7E1-A09BAC115231@example.com>
Date: Fri, 17 Apr 2015 14:52:53 +0200
To: Test <receipient-forwarding-address@example.com>
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
X-Mailer: Apple Mail (2.2098)
X-PPP-Message-ID: <20150417125248.13139.91108@my.webhosting-server.com>
X-PPP-Vhost: provider.com
X-Provider-MailScanner-EFA-Information: Please contact postmaster@provider.com for more information
X-Provider-MailScanner-EFA-ID: A7DB3182E6E.ABCF8
X-Provider-MailScanner-EFA: Found to be clean
X-Provider-MailScanner-EFA-From: receipient@example.com
X-Provider-MailScanner-EFA-Watermark: 1429879971.81756@AJtdCMx5yR0wKblR1j2VGA
EN

回答 1

Server Fault用户

回答已采纳

发布于 2015-04-17 13:18:58

实际上,这一次似乎正好相反。

代码语言:javascript
复制
Received: from my.webhosting-server.com (unknown [2.2.2.2])

顺便说一下。IP也应该有匹配的A记录(丢失A记录可能导致PTR记录被忽略)

票数 5
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/683523

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档