I'm looking for a little guidance as to how to setup a server I am working on, so that emails get through to people without being sent back by an SPF filter.
I send out email and this is the response that I get from the filter (personal details redacted):
mxfilter1.tildaone.com.au rejected your message to the following email >addresses: reception@ausmartinternational.com (reception@ausmartinternational.com) mxfilter1.tildaone.com.au gave this error: : Recipient address rejected: Please see http://www.openspf.org/Why?>s=helo;id=Server.domain.com;ip=WAN-IP;r=mxfilter1 Your message wasn't delivered due to a permission or security issue. It may >have been rejected by a moderator, the address may only accept email from >certain senders, or another restriction may be preventing delivery.
Diagnostic information for administrators: Generating server: Server.domain.com reception@ausmartinternational.com mxfilter1.tildaone.com.au Remote Server returned '550 5.7.1 : Recipient address rejected: Please see http://www.openspf.org/Why?s=helo;id=Server.domain.com;ip=WAN-Ip;r=mxfilter1' Original message headers: Received: from Server.domain.com (192.168.1.3) by Server.domain.com (192.168.1.3) with Microsoft SMTP Server (TLS) id 15.0.847.32; Tue, 23 Feb 2016 09:52:34 +1100 Received: from Server.domain.com ([fe80::ede4:e25c:b045:b2c6]) by Server.domain.com ([fe80::ede4:e25c:b045:b2c6%19]) with mapi id 15.00.0847.040; Tue, 23 Feb 2016 09:52:34 +1100 From: "Jesse R. Hayward" To: "reception@ausmartinternational.com" Subject: New Email Configuration Thread-Topic: New Email Configuration Thread-Index: AQHRbcO3uuavXk6Dh0SVir3+KXSDlw== Date: Mon, 22 Feb 2016 22:52:34 +0000 Message-ID: Accept-Language: en-US, en-AU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.1.3] Content-Type: multipart/alternative; boundary="_000_a3907e6d81bf409883aba04707b5b253ServerProGeneralcom_" MIME-Version: 1.0
On the DNS Zone records I have an SPF record setup to tell the receiving computer that the IP address has the right to forward on email for the domain in question. However, from the error message, it appears that it's saying the internal computer hasn't authorized the outside domain to forward on its behalf.
This doesn't make much sense to me.
The SPF record that I have in place at the moment looks like:
"v=spf1 mx a:server.domain.com ip4:WAN-IP -all"
Any general pointers as to what to look in or specific advise will be greatly appreciated as I am just lost as to what's wrong.