Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| checkspf [2012-06-11 08:31] – randerson | checkspf [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... | ||
| - | < | + | < |
| + | Check SPF on Inbound | ||
| Policy: Default Inbound Policy | Policy: Default Inbound Policy | ||
| UseSPF: Yes | UseSPF: Yes | ||
| RejectFailedSPF: | RejectFailedSPF: | ||
| - | AddSPFHeader: | + | AddSPFHeader: |
| + | </ | ||