LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-19-2022, 05:52 PM   #1
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Rep: Reputation: 177Reputation: 177
gmail: This message does not have authentication information or fails to


When sending to gmail recipients I am getting:
Code:
   ----- The following addresses had permanent fatal errors -----
<thisperson@gmail.com>
    (reason: 550-5.7.26 This message does not have authentication information or fails to)

   ----- Transcript of session follows -----
... while talking to gmail-smtp-in.l.google.com.:
>>> DATA
<<< 550-5.7.26 This message does not have authentication information or fails to
<<< 550-5.7.26 pass authentication checks. To best protect our users from spam, the
<<< 550-5.7.26 message has been blocked. Please visit
<<< 550-5.7.26  https://support.google.com/mail/answer/81126#authentication for more
<<< 550 5.7.26 information. d12-20020ac8118c000000b002f39bc44cf5si1445588qtj.729 - gsmtp
554 5.0.0 Service unavailable
The ISP has changed IP addresses for my server, but I do have a rDNS for this server for the new IP and DKIM validates. I did not have this problem before the IP was changed.

Email to recipients at domains other than gmail.com work fine.

Any idea what other authentication checks it could be looking for? I'm out of ideas.

Last edited by mfoley; 05-19-2022 at 06:23 PM.
 
Old 05-20-2022, 03:54 AM   #2
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,475

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Check to see if your new IP address appears in any blacklists.

Which of the other suggestions on the page referenced have you tried?
 
Old 05-20-2022, 03:58 AM   #3
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,475

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by mfoley View Post
The ISP has changed IP addresses for my server, but I do have a rDNS for this server for the new IP and DKIM validates. I did not have this problem before the IP was changed.
I assume you've updated your SPF record to include this new IP and that SPF record has been published and is live.

As I mentioned in another thread, this is a very handy testing service which gives you an e-mail address to send to and then does the relevant checks:

https://www.appmaildev.com/en/dkim

It's the "Next Step" button near the top that you click to start the test, it may give you some pointers.
 
1 members found this post helpful.
Old 05-20-2022, 10:42 AM   #4
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Quote:
Originally Posted by TenTenths View Post
I assume you've updated your SPF record to include this new IP and that SPF record has been published and is live.
Ah ha!!! No, I forgot all about the SPF record. OK, I've now changed it to the correct IP. I'll give it some time to verify it's now working.

Meanwhile, perhaps you can clarify a point of perpetual confusion (on my part). This server hosts several domains and email is sent with those domain addresses (joe@this.com, pete@that.org, ...). The Domain Name Registrar does have the correct A and MX records for these domains, but do they also each need SPF records? Currently, I only have the "real" host's SPF record which is the hostname show in the email Identity in the connection dialogue (sendmail.mc: confDOMAIN_NAME).

Last edited by mfoley; 05-20-2022 at 10:50 AM.
 
Old 05-22-2022, 11:47 AM   #5
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Still a problem. The A, MX, SPF, DKIM records are all now correct and mxtoolbox.com verifies all this is OK. I'm still getting rejections from Gmail:
Code:
   ----- Transcript of session follows -----
... while talking to gmail-smtp-in.l.google.com.:
>>> DATA
<<< 550-5.7.1 [23.244.81.7      18] Our system has detected that this message is
<<< 550-5.7.1 likely suspicious due to the very low reputation of the sending IP
<<< 550-5.7.1 address. To best protect our users from spam, the message has been
<<< 550-5.7.1 blocked. Please visit
<<< 550 5.7.1  https://support.google.com/mail/answer/188131 for more information. g5-20020a05620a40c500b006a2e166c804si653697qko.606 - gsmtp
554 5.0.0 Service unavailable
Apparently, whoever had this IP before me earned a very low reputation as a spammer and was blocked at Gmail. Unfortunately, I have now inherited this tainted IP.

The link specified in that error message took me to a Gmail tool (Postmaster Tools) to add a TXT record for verifying the domain for gmail. I've added that record, and Google verified it. I'll have to wait until the next group of messages go out to see if that did it.

More later ...
 
Old 05-27-2022, 01:12 AM   #6
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
I'm working on that last issue with the Breezeline service provider, but I have another question on SFP records.

Should I use ~all, -all or ?all as the Fail option?

I can't figure out from the description of this option what I need. For mail coming into my server, I don't really care if they have an SPF record. Some mail servers, like Gmail, want to see an SPF record, which is why I have one configured. How does the Fail option affect destination servers, or does it?
 
Old 05-27-2022, 03:18 PM   #7
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
I'm posting this last question as a new thread. I got my original answer and adding more questions sometimes adds too much complexity to a thread. The new thread is https://www.linuxquestions.org/quest...49#post6356949
 
Old 06-01-2022, 10:53 AM   #8
jr.retreatllc
LQ Newbie
 
Registered: May 2022
Location: Pennsylvania
Distribution: UbuntuServer
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by mfoley View Post
When sending to gmail recipients I am getting:
Code:
   ----- The following addresses had permanent fatal errors -----
<thisperson@gmail.com>
    (reason: 550-5.7.26 This message does not have authentication information or fails to)

   ----- Transcript of session follows -----
... while talking to gmail-smtp-in.l.google.com.:
>>> DATA
<<< 550-5.7.26 This message does not have authentication information or fails to
<<< 550-5.7.26 pass authentication checks. To best protect our users from spam, the
<<< 550-5.7.26 message has been blocked. Please visit
<<< 550-5.7.26  https://support.google.com/mail/answer/81126#authentication for more
<<< 550 5.7.26 information. d12-20020ac8118c000000b002f39bc44cf5si1445588qtj.729 - gsmtp
554 5.0.0 Service unavailable
The ISP has changed IP addresses for my server, but I do have a rDNS for this server for the new IP and DKIM validates. I did not have this problem before the IP was changed.

Email to recipients at domains other than gmail.com work fine.

Any idea what other authentication checks it could be looking for? I'm out of ideas.
If I am not mistaken this is the same issue I have been working with on thread https://www.linuxquestions.org/quest...65#post6357965
 
  


Reply

Tags
authentication, gmail



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Okular highlights are not Gmail compatible (highlights are not visible in Gmail). mib_7opnwb Linux - Software 4 11-25-2020 08:25 AM
Gmail: this message does not meet IPv6 sending guidelines regarding PTR records Zeno McDohl Linux - Newbie 2 02-03-2017 04:06 AM
GMail Bcc message which doesn't reveal that several people get the message rm_-rf_windows Linux - General 6 02-13-2013 07:44 AM
SUSE Open 10.3. Gmail. PITA. (If you don't have Gmail, you will not understand) Lola Kews SUSE / openSUSE 6 03-19-2008 07:43 AM
LXer: Import mail into Gmail with the Gmail Loader LXer Syndicated Linux News 0 03-19-2007 06:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration