I have a hosting client that has a form submitted from another website (not on my server). That form comes from a totally unrelated email address, and is sent to [email protected].
Then [email protected] is forwarded via cPanel to their Gmail address.
Recently they had a customer using a CenturyLink email address to submit the form, and that customer received an error that the email had bounced! I looked in my Mail Queue and found it with the following error:
(Where [123.45.67.89] is the IP to my server)
The client's SPF is:
(Note that there's a soft fail on my end)
I don't have access to the code of the form, but when I look at previous submissions I don't see the customer's email in the headers at all! So I'm lost on this one.
Any thoughts on why the customer got an email that the form email had bounced?
Then [email protected] is forwarded via cPanel to their Gmail address.
Recently they had a customer using a CenturyLink email address to submit the form, and that customer received an error that the email had bounced! I looked in my Mail Queue and found it with the following error:
ECDHE-ECDSA-AES128-GCM-SHA256:128 CV=yes: SMTP error from remote mail server after end of data:
550-5.7.26 The MAIL FROM domain [[URL='http://centurylink.net/']centurylink.net[/URL]] has an SPF record with a hard
550-5.7.26 fail policy (-all) but it fails to pass SPF checks with the ip:
550-5.7.26 [123.45.67.89]. To best protect our users from spam and phishing,
550-5.7.26 the message has been blocked. Please visit
550-5.7.26 [URL]https://support.google.com/mail/answer/81126#authentication[/URL] for more
550 5.7.26 information. c10-20020aa7c74a000000b005067d449614si4560247eds.218 - gsmtp
(Where [123.45.67.89] is the IP to my server)
The client's SPF is:
v=spf1 +a +mx +ip4:123.45.67.89 +include:_spf.google.com ~all
(Note that there's a soft fail on my end)
I don't have access to the code of the form, but when I look at previous submissions I don't see the customer's email in the headers at all! So I'm lost on this one.
Any thoughts on why the customer got an email that the form email had bounced?
Last edited by a moderator: