You've already forked ansible-role-directadmin
Support Easy Spam Fighter configuration
This commit is contained in:
@@ -113,4 +113,17 @@ directadmin_ns2: ns2.somehost.com
|
||||
directadmin_custom_conf:
|
||||
- name: Don't allow "+" in email account
|
||||
option: allow_email_plus
|
||||
value: 0
|
||||
value: 0
|
||||
|
||||
directadmin_esf_easy_limit: "55" # The Easy Spam Fighter Limit
|
||||
directadmin_esf_easy_is_spam: "20" # This is the threshold to be considered SPAM
|
||||
directadmin_esf_easy_high_score_drop: "100" # Hit this threshold and ESF/Exim will drop the mail
|
||||
directadmin_esf_easy_spf_pass: "-30" # This is the score to apply if SPF Passes
|
||||
directadmin_esf_easy_spf_soft_fail: "30" # Add this if SPF fails soft
|
||||
directadmin_esf_easy_spf_fail: "100" # Add this to Spam score on Hard Fail SPF
|
||||
directadmin_esf_easy_dkim_pass: "-20"
|
||||
directadmin_esf_easy_dkim_fail: "100"
|
||||
directadmin_esf_easy_no_reverse_ip: "100"
|
||||
directadmin_esf_easy_forward_confirmed_rdns: "-10"
|
||||
directadmin_esf_easy_dns_blacklist: "50"
|
||||
directadmin_esf_easy_spamassassin_max_size: "512K"
|
||||
|
||||
Reference in New Issue
Block a user