Emails Bouncing per DMARC
We use joomla acymailer to send out monthly church newsletters. The May newsletter was bounced by 40 of 85 subscribers. Typical message:
"From: Mail Delivery System
Date: Fri, May 2, 2014 at 4:03 PM
Subject: Mail delivery failed: returning message to sender
To: (bounce address)
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:
(actual address)@gmail.com
(ultimately generated from (bounce address)@gslcms.org)
SMTP error from remote mail server after end of data:
host gmail-smtp-in.l.google.com [74.125.129.27]:
550-5.7.1 Unauthenticated email from yahoo.com is not accepted due
to domain's
550-5.7.1 DMARC policy. Please contact administrator of yahoo.com domain if
550-5.7.1 this was a legitimate mail. Please visit
550-5.7.1 http://support.google.com/mail/answer/2451690 to learn about DMARC
550 5.7.1 initiative. tb3si362346pab.301 - gsmtp"
Since the "from" was originally a yahoo.com address, I changed it to one of our own addresses but the test messages still bounce. I tried to add inmotion's outgoing email server to the SPF authentication list, but cpanel can not verify the numeric address:
"Status: Enabled Warning: cPanel is unable to verify that this server is an authoritative nameserver for “gslcms.org”. [?]
Your current raw SPF record is : v=spf1 +a +mx +ip4:66.117.0.129 ~all"
What's next?
Kind regards,
Fred
The bounceback you are receiving is due to sending from an unauthenticated user to Gmail's servers. To avoid this issue, be sure that your mail script fully connects to the server using the correct username and password for the email address that it is sending from.