This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:mailserver [2025/04/23 20:49] – oemb1905 | computing:mailserver [2025/04/23 20:55] (current) – oemb1905 | ||
---|---|---|---|
Line 373: | Line 373: | ||
add_header all Report _REPORT_ | add_header all Report _REPORT_ | ||
add_header all Level _STARS_ | add_header all Level _STARS_ | ||
- | #legacy header config | + | |
+ | add_header all Checker-Version " | ||
+ | | ||
# | # | ||
- | #add_header all Flag _YESNO_ | ||
- | #add_header all Status " | ||
- | #add_header all Checker-Version " | ||
I included some header options, which can help with debugging. Also, I disable safe reporting and Subject rewriting because they alter the original email, which I think is overkill. In order to activate all that spam assassin can do, we need to have our own recursive DNS resolver, required by RBL services. Let's use the DNS server unbound and install it as follows '' | I included some header options, which can help with debugging. Also, I disable safe reporting and Subject rewriting because they alter the original email, which I think is overkill. In order to activate all that spam assassin can do, we need to have our own recursive DNS resolver, required by RBL services. Let's use the DNS server unbound and install it as follows '' | ||
Line 507: | Line 506: | ||
These tools prove helpful if/when emails get stuck, etc. | These tools prove helpful if/when emails get stuck, etc. | ||
- | --- // | + | --- // |