Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
mail_servers [2014/10/10 12:45]
127.0.0.1 external edit
mail_servers [2015/06/01 17:58]
steve
Line 1: Line 1:
 ====== Mail Servers ====== ====== Mail Servers ======
  
-  * [[Hosting]] 
   * [[SendGrid]]   * [[SendGrid]]
   * [[mailx]]   * [[mailx]]
Line 22: 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 the ''​@''​ ''​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 43: 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>​