Forum Moderators: phranque
SMTP error from remote mail server after DATA:
host smtp.****bleep****.net [*****IP address****]: 550 5.7.1 SPF unauthorized mail is prohibited.
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
spf-test@openspf.org
SMTP error from remote mail server after RCPT TO:<spf-test@openspf.org>:
host mailout02.controlledmail.com [72.81.252.18]:
550 5.7.1 <spf-test@openspf.org>: Recipient address rejected:
SPF Tests: Mail-From Result="fail": Mail From="**bleep**@***bleep***.com" HELO name="vps.***myVPSdomain***.com" HELO Result="none" Remote IP="***bleep***"
What's the problem?
The sender is not authorized to send to the destination. This can be the result of per-host or per-recipient filtering.
The security or policy status codes report failures involving policies such as per-recipient or per-host filtering and cryptographic operations. Security and policy status issues are assumed to be under the control of either or both the sender and recipient. Both the sender and recipient must permit the exchange of messages and arrange the exchange of necessary keys and certificates for cryptographic operations.
spf-test@openspf.org
SMTP error from remote mail server after RCPT TO:<spf-test@openspf.org>:
host mailout02.controlledmail.com [72.81.252.18]:
550 5.7.1 <spf-test@openspf.org>: Recipient address rejected:
SPF Tests: Mail-From Result="pass": Mail From="***bleep***@***bleep***.com" HELO name="vps.***myVPSdomain.com" HELO Result="none" Remote IP="***bleep***"
Actually the mail in question is mission-critical for the normal functioning of my app
The signer needs to add code in the appropriate agent, to perform signing, and they need to modify their DNS administrative tools to permit creation of DKIM key records.
A validator needs to add code to the appropriate agent and then feed the result into the portion of their system needing it, such as a filtering engine.
The mere existence of a valid signature does not imply that the mail is acceptable, such as for delivery. Acceptability requires an assessment phase. Hence the result of signature validation must be fed into a vetting mechanism that is part of the validator's filter.
(yes there's a dot after the TLD. Is that normal?)
Authentication-Results: hotmail.com; sender-id=temperror (sender IP is --.--.---.---) header.from=------@-------.com; dkim=none header.d=------.com; x-hmca=none
X-Message-Status: n:0:n
X-SID-PRA: ----- ----- <-----@-----.com>
X-DKIM-Result: None
X-AUTH-Result: NONE
X-Message-Delivery: Vj0xLjE7dXM9MDws5TAhYT01O0Q9MTtTQ0w9Mw==
X-Message-Info: JGTYoYF78jGzuoPRzxQ33HYff5bTZMxB31RtcDy/c5MVSw1+ufv+rbWCLt7lLv+uM4fTNhHx0vpvpta+
MNDYBtFGrcpxjP9W1IIDSsU4EfvDFZsOucGHRBtjyQKWBecU5xomFn8cxbI=
Received: from ---.-------.com ([--.--.---.---]) by snt0-mc4-f12.Snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675);
Fri, 23 Sep 2011 13:03:48 -0700
Received: from --------.--------.--------------.net ([--.---.--.--] helo=[10.10.10.217])
by ---.-------.com with esmtpa (Exim 4.69)
(envelope-from <-----@------.com>)
id 1R7ByI-0003gg-Sb
for -----------@hotmail.com; Fri, 23 Sep 2011 13:03:43 -0700
From: --- ---- <-----@-------.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: testing DKIM
Date: Fri, 23 Sep 2011 16:03:32 -0400
Message-Id: <92E7E47D-E0AD-4145-9011-4AC22D448D5F@scubbly.com>
To: --- ---- <----------@hotmail.com>
Mime-Version: 1.0 (Apple Message framework v1082)
X-Mailer: Apple Mail (2.1082)
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - ---.-------.com
X-AntiAbuse: Original Domain - hotmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - -------.com
Return-Path: -----@-------.com
X-OriginalArrivalTime: 23 Sep 2011 20:03:48.0470 (UTC) FILETIME=[E8326160:01CC7A2B]
testing!
[edited by: phranque at 12:54 pm (utc) on Sep 24, 2011]
[edit reason] fix thread width [/edit]