This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:mailcleaner_customize [2022/08/11 11:47] gcooper |
internet:mail:mailcleaner_customize [2025/02/12 09:24] (current) gcooper |
||
---|---|---|---|
Line 14: | Line 14: | ||
https:// | https:// | ||
- | |||
- | ===== Customize SpamAssassin ===== | ||
- | |||
- | < | ||
- | vim / | ||
- | </ | ||
- | |||
- | ==== Test Custom Rules ==== | ||
- | |||
- | < | ||
- | / | ||
- | </ | ||
===== Admin Web GUI ===== | ===== Admin Web GUI ===== | ||
Line 42: | Line 30: | ||
#mclogo | #mclogo | ||
- | background-color: | + | background-color: |
</ | </ | ||
https:// | https:// | ||
Line 72: | Line 60: | ||
* '' | * '' | ||
* '' | * '' | ||
+ | |||
+ | ===== Freemail Domains ===== | ||
+ | |||
+ | It's probably best to blacklist them. | ||
===== SpamC Score ===== | ===== SpamC Score ===== | ||
Line 98: | Line 90: | ||
**Configuration -> Domains -> domain.tld -> SpamC rules adjustments** | **Configuration -> Domains -> domain.tld -> SpamC rules adjustments** | ||
+ | |||
+ | ===== Customize SpamAssassin ===== | ||
+ | |||
+ | <note tip>Copy customized rules to Mailcleaner cluster members.</ | ||
+ | |||
+ | <note tip> | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | vim / | ||
+ | </ | ||
+ | |||
+ | ==== Test Custom Rules ==== | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==== 99_custom_rules_sharepointonline.cf ==== | ||
+ | |||
+ | / | ||
+ | |||
+ | FIXME I added sharepointonline.com as a freemail domain and added many points, so I changed this score to zero. | ||
+ | |||
+ | < | ||
+ | describe SENT_FROM_SHAREPOINT Add points to messages from sharepointonline.com | ||
+ | header | ||
+ | score SENT_FROM_SHAREPOINT 2.0 | ||
+ | </ | ||
+ | |||
+ | ==== 99_custom_rules_scores.cf ==== | ||
+ | |||
+ | / | ||
+ | |||
+ | < | ||
+ | score DCC_CHECK | ||
+ | score ARC_SIGNED | ||
+ | score KHOP_BIG_TO_CC | ||
+ | score RCVD_IN_UCEPROTECT3 | ||
+ | |||
+ | score FREEMAIL_FROM | ||
+ | score FREEMAIL_ENVFROM_END_DIGIT | ||
+ | score FREEMAIL_REPLYTO_END_DIGIT | ||
+ | score FREEMAIL_FORGED_REPLYTO | ||
+ | score FREEMAIL_REPLYTO | ||
+ | score FREEMAIL_REPLY | ||
+ | score MC_MANY_FREEMAIL_RCPT | ||
+ | |||
+ | rawbody | ||
+ | score | ||
+ | describe | ||
+ | |||
+ | header | ||
+ | score | ||
+ | describe | ||
+ | |||
+ | header | ||
+ | score | ||
+ | describe | ||
+ | |||
+ | header | ||
+ | score | ||
+ | describe | ||
+ | |||
+ | header | ||
+ | score | ||
+ | describe | ||
+ | </ |