SPF (include) permerror error -


current txt domain.com is

host:@ value:v=spf1 include:mail.domain2.com ~all 

authentication report check-auth@verifier.port25.com

spf check:          permerror 

and http://www.kitterman.com/spf/validate.html evalution is:

results - permerror spf permanent error: 2 or more type txt spf records found. 

for google ok:

v=spf1 include:_spf.google.com ~all 

does need implement feature in mail server mail.domain2.com spf?

as far have include statement have make same spf checks mail.domain2.com , mentioned in comments show spf record mail.domain2.com. it's error says - have several spf txt records mail.domain2.com wrong. typically happens when domain have standard or previous spf record , need add more sending domains or ips mistakenly added spf record. correct way adding more sending domains or ips take domains existing spf record, merge new 1 in text editor, thoroughly check , put replacing existing spf record. example if had spf mail.domain2.com says 'v=spf1 include:_spf.google.com ~all' , need add lets 'v=spf1 include:_spf.outlook.com ~all' have merge them 'v=spf1 include:_spf.google.com include:_spf.oulook.com ~all' , replace exicting 1 new merged one. domain must have 1 v=spf1 record @ time.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -