For years I've had my server forward all mail received* at one of my domains over to my Gmail address. ie:
<anything>@mydomain.com ->
my.account@gmail.com
This has worked fine until a few days ago out of the blue when GMail has suddenly decided to bounce most email I'm forwarding:
Quote:
Our system has detected an unusual rate of 550-5.7.1 unsolicited mail
originating from your IP address. To protect our 550-5.7.1 users from spam,
mail sent from your IP address has been blocked. 550-5.7.1 Please visit
http://www.google.com/mail/help/bulk_mail.html to review 550 5.7.1 our Bulk
Email Senders Guidelines.
Most of the advice on the url given is unhelpful given that I'm trying to auto-forward all email to my GMail, not send bulk email, but it did suggest I add SPF which I have now done:
(from zone file, domain obfuscated:)
Code:
@ TXT "v=spf1 a mx ip4:109.74.xxx.xxx ?all"
But this doesn't seem to be working. Does anyone have any other suggestions of best practice for perfecting a setup to successfully forward all email from a domain to GMail?
Many thanks
Ben
(* = yes, I know there are a lot of wider issues with doing this but I have a specific need in this case and there is now a legacy issue to support)