Here you will find details of news, projects, releases and other bits and pieces that we are working on at Boolean.
We hope that you find something of interest amongst the archives.
Code snippets, methodologies and useful links will also be mentioned here.
Sender Policy Framework (or SPF) is an email validation system designed to addressing source address spoofing. It allows administrators to specify which hosts are allowed to send email from a given domain by creating a specific DNS SPF record in the public DNS. Mail exchangers can then check that mail from a given domain is being sent by a host sanctioned by that domains administrators.
So, after setting up mail from Google apps you’re getting this error:
(IP addresses and domains have been changed to protect the innocent)
You check your DNS records and everything seems to be in order…
You’ve changed your cname for mail to point to Google: ghs.google.com
You’ve changed your MX records for your domain to point to Googles: aspmx.l.google.com etc
You’ve configured your server in Cpanel to act as a Remote Mail Exchanger
For Google to accept your mail server as a relay, you need to enter a line in your DNS zone:
(Do not use the built in SPF in Cpanel, and you may need your host to enter this line for you)
A little info is here for Google Support
Background reading in SPF in Wikipedia is here