Posts Tagged ‘SPF’

The SPF Setup Wizard

August 10th, 2010

Most domains send outbound mail through a relatively small number of servers. Domains should describe that set of servers in an SPF record in their DNS. Internet email receivers can then reject forged messages which don’t come from an envelope sender domain’s approved servers. This wizard helps domain owners identify all the servers which could be expected to send mail from their domain.

» Read more: The SPF Setup Wizard

Mail Server增加SPF记录

August 2nd, 2010

什么是SPF
就是Sender Policy Framework。SPF可以防止别人伪造你来发邮件,是一个反伪造性邮件的解决方案。当你定义了你的domain name的SPF记录之后,接收邮件方会根据你的SPF记录来确定连接过来的IP地址是否被包含在SPF记录里面,如果在,则认为是一封正确的邮件,否则则认为是一封伪造的邮件。关于更详细的信息请参考RFC4408(
http://www.ietf.org/rfc/rfc4408.txt

» Read more: Mail Server增加SPF记录

设置 SPF 的 DNS 记录

August 2nd, 2010

Introduction

SPF的完整意思为 “Sender Policy Framework”。翻译过来就是发送方策略框架,是一项跟 DNS 相关的技术,它的内容写在 DNS 的 txt 类型记录里面,关于更详细的信息请参考 RFC4408: http://www.ietf.org/rfc/rfc4408.txt
SPF 的原理是使用电子邮件的头部信息中的 ‘Return Path’ 或 ‘Mail From’ 这两个邮件头里的域名来结合真正提供这个邮件的服务商 DNS 里面的记录去验证发送邮件服务器是否是冒充行为。
SPF 的官方网站是: http://www.openspf.org/ » Read more: 设置 SPF 的 DNS 记录