Differences

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

Link to this comparison view

Both sides previous revision Previous revision
checkspf [2012-06-11 08:31] randersoncheckspf [2013-12-06 11:59] (current) – Fix formatting rspencer
Line 1: Line 1:
-=====CheckSPF=====+====== CheckSPF =====
 SPF checks can be specified using the below options. Most options can be inherited or explicitly set to yes or no. SPF checks can be specified using the below options. Most options can be inherited or explicitly set to yes or no.
  
-====CheckSPF Configuration====+===== CheckSPF Configuration =====
  
   * Use SPF   * Use SPF
Line 13: Line 14:
     * If the mail is not rejected, add an SPF header.     * If the mail is not rejected, add an SPF header.
  
-====Server Configuration====+===== Server Configuration ====
 Configuration for this module is done in the [CheckSPF] section in the configuration file. Configuration for this module is done in the [CheckSPF] section in the configuration file.
  
Line 19: Line 21:
     * Set to 1 if you wish to enable this module. Default 0 (disabled).     * Set to 1 if you wish to enable this module. Default 0 (disabled).
  
-__Complete Example__\\ +==== Complete Example ==== 
 Taking the policies described in the other feature document, we add SPF checks to all inbound email... Taking the policies described in the other feature document, we add SPF checks to all inbound email...
  
-<code>Check SPF on Inbound+<code> 
 +Check SPF on Inbound
 Policy: Default Inbound Policy Policy: Default Inbound Policy
 UseSPF: Yes UseSPF: Yes
 RejectFailedSPF: Yes RejectFailedSPF: Yes
-AddSPFHeader: Yes</code>+AddSPFHeader: Yes 
 +</code>