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
Previous revision
Next revision Both sides next revision
mail_servers [2018/10/18 02:07]
steve
mail_servers [2018/10/18 02:17]
steve
Line 29: Line 29:
 </​code>​ </​code>​
  
-Authorize only servers that have MX entries in DNS (such as mail1.beandog.org, ​mail2.beandog.org):+Authorize only servers that have MX entries in DNS (such as mail.beandog.org)or in other words, for mail servers that receive incoming mail for that domain:
  
 <​code>​ <​code>​
Line 42: Line 42:
 </​code>​ </​code>​
  
 +Allow a specific IP address to send mail:
 +
 +<​code>​
 +v=spf1 ip4:​208.111.40.179 -all
 +</​code>​
  
 === Mail Tester === === Mail Tester ===