Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
mail_servers [2015/06/01 16:52]
steve
mail_servers [2015/06/01 17:58]
steve
Line 21: Line 21:
 SPF records are DNS ''​TXT''​ records that verify that the server that is sending outgoing email from your domain name is authorized. SPF records are DNS ''​TXT''​ records that verify that the server that is sending outgoing email from your domain name is authorized.
  
-As an example, here is an ''​@''​ ''​TXT''​ entry for Digital Trike that allows A2 Hosting (75.98.175.91) and GMail (_spf.google.com):​+As an example, here is an ''​@''​ ''​TXT''​ entry that allows A2 Hosting (75.98.175.91) and GMail (_spf.google.com):​
  
 <​code>​ <​code>​
Line 42: Line 42:
  
 <​code>​ <​code>​
-echo testing email | mail -r website@digitaltrike.com -s testing [mail-checker address] ​+echo testing email | mail -r website@domain.com -s testing [mail-checker address] ​
 </​code>​ </​code>​