email - How to adjust SPF record to a second SMTP server? -


my current spf record email provider configured such:

v=spf1 mx ptr include:bluehost.com ?all 

i signed service send out of emails via smtp servers , recommend using following spf config:

v=spf1 mx include:authsmtp.com ~all 

my dilemma combining two? (i still have email accounts need use old mail server).

the first entry nothing because ?all stands neutral. after softfail = ~all

v=spf1 mx ptr include:bluehost.com include:authsmtp.com ~all 

make sure check spf record doesn't need many dns lookups. can check host here: http://spf.myisp.ch


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -