如何檢查,測試和確認SPF紀錄在DNS是正確和合法的
SPF紀錄在領域DNS樹水平是與設法偽造或欺騙發令者SMTP郵寄和返回道路從您的領域區域的電子郵件發送同樣的消息到多個新聞組交戰的新工具。 然而, SPF定義的不正確或錯配置可以導致電子郵件過早地被放棄,彈起和沒交付到預期的接收人。 因而它是很好的練習測試,核實和確認保證SPF政策不錯誤地造成向外去電子郵件出故障和unaccepted由中轉郵件服務器。
我的數字式生活提供 SPF檢驗-發令者測試和檢查工具的外形框架一個簡單的驗查員和測試者為領域SPF紀錄使用DNSStuff服務。 簡單地進入想要測試的SPF串,或者輸入領域或電子郵件為在SPF價值的自動發現上,并且郵件服務器的IP地址,工具將退回SPF檢驗結果為起源於那臺服務器的電子郵件它是否將接受。
Python基於SPF紀錄測試工具 有幾個測試。 管理員裝於罐中檢索SPF紀錄為指定的域名,確定SPF紀錄是否是合法的,檢查SPF紀錄是否是語法上對SPF的正確和合法(有用,在DNS出版SPF)之前和充分的測試通過評估根據郵件也許來自的不同的IP地址的SPF紀錄表現。
Vamsoft有 SPF驗查員 哪些將執行同一試飛以公共事業我的數字式生活提供得上述,和 SPF句法Validator 核實SPF串的句法是正確的。
如果您不知道為您的領域送向外去電子郵件SMTP郵件服務器的IP地址或主機名,有更加簡單和更加容易的方法檢查和測試SPF紀錄。 從領域簡單地送電子郵件以SPF到測試 auth-results@verifier.port25.com. 認證報告將被送回到電子郵件inbox在幾分鐘以後以總結、SPF檢查、DomainKeys檢查、DKIM檢查和發令者ID檢查的完全細節和結果。 一個典型的回復這裡引述了,一些信息被掩沒保護免受發送同樣的消息到多個新聞組蜘蛛:
這則消息是一個自動反應從Port25認證檢驗器服務在verifier.port25.com。 服務允許電子郵件發令者執行各種各樣的發令者認證機構一張簡單的支票。 它免費提供,希望它對電子郵件社區是有用。 While it is not officially supported, we welcome any feedback you may have at
. Thank you for using the verifier,
The Port25 Solutions, Inc. team
==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: neutral
DKIM check: neutral
Sender-ID check: pass==========================================================
Details:
==========================================================HELO hostname: host.mydigitallife.info
Source IP: 75.127.69.98
mail-from: xxxxx@xxxxxxx.xxx———————————————————-
SPF check details:
———————————————————-
Result: pass
ID(s) verified: smtp.mail=xxxxx@xxxxxxx.xxx
DNS record(s):
mydigitallife.info. 3600 IN TXT “v=spf1 ip4:75.127.69.98 mx a:host.mydigitallife.info mx:mydigitallife.info ~all”———————————————————-
DomainKeys check details:
———————————————————-
Result: neutral (message not signed)
ID(s) verified: header.From=xxxxx@xxxxxxx.xxx
DNS record(s):———————————————————-
DKIM check details:
———————————————————-
Result: neutral (message not signed)
ID(s) verified:
DNS record(s):NOTE: DKIM checking has been performed based on the latest DKIM specs (RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for older versions. If you are using Port25’s PowerMTA, you need to use version 3.2r11 or later to get a compatible version of DKIM.
———————————————————-
Sender-ID check details:
———————————————————-
Result: pass
ID(s) verified: header.From=xxxxx@xxxxxxx.xxx
DNS record(s):
mydigitallife.info. 3600 IN TXT “v=spf1 ip4:75.127.69.98 mx a:host.mydigitallife.info mx:mydigitallife.info ~all”
Return Path also provides a SenderID Test similar to above email verification service, except that the it uses one time random email address that you suppose to send to, auto-generated when you visit the website, and validator won’t automatically reply to your email with validation report. Instead, webmasters will need to enter their email address on the box provided on the same web page to get the results.
If you need to set up SPF record for your domain, check out this SPF guide.
IMPORTANT: This is a machine translated page which is provided "as is" without warranty. Machine translation may be difficult to understand. Please refer to original English article whenever possible.
Share and contribute or get technical support and help at My Digital Life Forums.
Related Articles
- SPF Validation - Sender Profile Framework Testing and Checking Tool
- How to Set Up and Create Sender Policy Framework (SPF) Domain DNS TXT Record with Wizard
- Lowest Number MX Record Points to Local Host Rejected RCPT Error
- Domain Does Not Have Any NS Records Error at DNSStuff.com or DNSReport.com
- Email Bounces Back with “unrouteable mail domain” Error
- New Samsung SPF-72V Digital Photo Frame With Wi-Fi Connectivity
- IBM Server Stops or Hangs with 0581 on LCD Display
- How to Test Broadband Connection
- Secure and Speed Up Internet Surfing with OpenDNS
- Unable to Connect to Internet in Virtual PC with NAT Shared Networking NAT on Windows XP Guest


























November 22nd, 2007 05:19
hi, auth-results@verifier.port25.com is exactly what I need. From some test sites, I know my SPF is right, but when send to one click I got “SPF lookup failed”, so I need a real test, I think auth-results@verifier.port25.com is right for that, but it seems auth-results@verifier.port25.com doesn’t exist anymore. Any idea?
December 11th, 2007 23:01
auth-results@verifier.port23.com is not a valid address. Relevant portion of the bounce message below:
January 7th, 2008 13:51
That email address doesn’t work anymore. They changed it to check-auth@verifier.port25.com
You can find out more about it at http://www.port25.com/auth/
Another good site to use for testing is http://senderid.espcoalition.org/
Both of these addresses were working as of January 6, 2008.