我有IP 1.1.1.1上的 somedomain.com 我使用Outlook连接到mail.somedomain.com发送/接收邮件 所以我的DNSloggingsomedomain.com是典型的: www.somedomain.com >>> A >>> 1.1.1.1 somedomain.com >>> A >>> 1.1.1.1 somedomain.com >>> MX >>> mail.somedomain.com mail.somedomain.com >>> A >>> 1.1.1.1 但是我也从另一个 domain.com和IP 2.2.2.2上的另一台服务器发送了一些邮件(直接使用PHP邮件function) 我试图使用微软向导build立SPFlogging(旧的开放SPF向导不再工作) 向导创build的SPF是这样的: v=spf1 a mx ip4:1.1.1.1 mx:mail.somedomain.com ip4:2.2.2.2 -all 但是当我从2.2.2.2发送邮件时收到一些邮件 : SPF Failed – not authorized message 你知道这种情况下正确的SPF价值吗? 编辑1:如明斯歌问我张贴SPF失败的消息 This message was created automatically by mail delivery […]
我有一个电子邮件服务的问题。 它拒绝来自我的服务器的电子邮件。 我联系了他们,他们回答说,他们检查SPFlogging,我正在从未经授权的服务器发送电子邮件。 这是我的SPFlogging: v=spf1 a mx include:_spf.google.com ~all 它包含“一个”,到目前为止我确信它已经足够了,我可以从服务器发送邮件,这个IP地址被列为Alogging。 我是否需要包含服务器的IP地址?
在具有2个IPv4和16个IPv6的VPS中,我使用postfix发送邮件。 每次,电子邮件都是从一个IP随机发送的 Received: from domain.com (a random IPv6 out of my 16 IPv6) 因此, SPF失败(当然,软失败),因为起始IP不在我的DNSlogging中。 我可以在DNS的SPFlogging中设置一个IP范围,但是我怎么能告诉postfix从主IP(我设置的rDNS)提交邮件?
目前,我们正在将我们的内部部署Exchange环境迁移到O365云,但同时我需要为当前的外发电子邮件和O365试点testing设置SPFlogging。 下面的input是否工作,因为它看起来不像两个SPF DNSlogging是不推荐的: v = spf1包括:mailserver.domain.com包括:spf.protection.outlook.com -all
我正在维护由其他人设置的域的DNSlogging。 我有以下RR(在Web界面中可见): example.com A 1.2.3.4 example.com MX 10:mail.example.com example.com TXT "v=spf1 mx ip4:1.2.3.4 -all" mail.example.com A 1.2.3.4 mail.example.com TXT "v=spf1 include:example.com" 我可以删除mail.example.com的SPF TXTlogging是否正确? 据我所知,这是没有必要的。 (假设电子邮件从[email protected]发送,而不是从[email protected]发送)
我在Debian 8.0上使用Postfix 2.11.3 我configuration了Postfix来运行多个实例(3),每个公共IP连接到我们的服务器,以平衡出站stream量取决于服务。 我为所有子域(每个IP有1个子域)configuration了DKIM和SPF,但是有时我从GMail和其他提供商那里收到SPF和DKIM失败,并且看起来像接收的邮件服务器看起来像邮件服务器无法parsing我的IP。 例如,请检查以下标题 Delivered-To: [email protected] Received: by 10.28.221.87 with SMTP id u84csp184407wmg; Fri, 5 Jun 2015 19:26:17 -0700 (PDT) X-Received: by 10.52.116.162 with SMTP id jx2mr11374004vdb.80.1433557576885; Fri, 05 Jun 2015 19:26:16 -0700 (PDT) Return-Path: <[email protected]> Received: from hello3.much.cheap ([2607:5300:60:6516::]) by mx.google.com with ESMTP id f2si9741219vdb.2.2015.06.05.19.26.14 for <[email protected]>; Fri, 05 Jun 2015 19:26:15 […]
以下是我最近收到的一封电子邮件: Authentication-Results: mx.google.com; spf=neutral; dkim=pass [email protected]; dmarc=pass (p=REJECT dis=NONE) header.from=yahoo.com 我一直在读SPF,DKIM和DMARC,但是我还没有finddis = NONE意思的解释。 “dis”没有在DMARC标签registry中列出,那么它在哪里定义,它是什么意思?
由于authentication失败,我们的服务器一直在收到来自Hotmail的滥用报告。 我们的一个发送服务器被列入黑名单,Hotmail拒绝退市。 我们调查了很多,也许SPFlogging上的错误可能是原因。 但是,除了另一个(非黑名单)服务器上的“滥用报告”,Hotmail没有提供任何用户反馈。 Feedback-Type: auth-failure User-Agent: XMR/2.2 Version: 1.0 Original-Mail-From: <[email protected]> Arrival-Date: Tue, 29 Sep 2015 22:49:33 -0700 Message-ID: <[email protected]> Authentication-Results: hotmail.com; spf=permerror (sender IP is 82.94.240.218; identity alignment result is pass and alignment mode is relaxed) [email protected]; dkim=none (identity alignment result is pass and alignment mode is relaxed) header.d=sp.nl; x-hmca=none [email protected] Source-IP: 82.94.240.218 […]
SPFlogging允许您在自己的范围内包含他人的域名SPFlogging。 例如, example.com可以在其SPFlogging中包含include:_spf.google.com ,以包含_spf.google.com所有SPF规则。 对于mx ,发生了什么事情,并且为example.com包含了哪些规则(无:hostname )? mx会被parsing为_spf.google.com或example.com的MXlogging吗? (是的,我知道有_spf.google.com没有MXlogging,但我只是想用一个明显的include:例子,但是有一个情况)
为什么这个在线工具无法通过SPF检查 http://www.dnsstuff.com/tools#spf|type=ipv4&&value=155.133.82.39&&[email protected] 但是安装的Perl SPF检查软件不能保证SPF检查? 5月9日00:48:49 ip-172-31-15-65 postfix / policy-spf [5905]:Policy action = PREPEND Received-SPF:softfail(gmail.com … _spf.google.com:Sender is not默认授权使用“mfrom”身份中的“[email protected]”,但是域当前并不准备发生错误失败(机制'all'匹配))receiver = ip-172-31-15-99.us-西2.compute.internal; 同一性= MAILFROM; 包络线从=“[email protected]”; HELO = gmail.com; 客户IP = 155.133.82.39 这是gmail的SPFlogging: http : //mxtoolbox.com/SuperTool.aspx? action=spf%3agmail.com&run= toolpage#