Add ham/spam cutoff parameters to spamfilter
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez
2022-09-16 01:29:34 -03:00
parent c80027a5a8
commit fcea79f08f
5 changed files with 25 additions and 15 deletions

View File

@@ -3,14 +3,14 @@
# run postmap on all configured lookup tables
postconf -h \
postscreen_access_list \
postscreen_dnsbl_reply_map \
smtp_sasl_password_maps \
smtpd_client_restrictions \
smtpd_helo_restrictions \
smtpd_recipient_restrictions \
virtual_alias_maps \
virtual_mailbox_maps \
postscreen_access_list \
postscreen_dnsbl_reply_map \
smtp_sasl_password_maps \
smtpd_client_restrictions \
smtpd_helo_restrictions \
smtpd_recipient_restrictions \
virtual_alias_maps \
virtual_mailbox_maps \
| sed "s/,/\n/g" | sed "s/ /\n/g" | sort | uniq \
| egrep '(hash):' \
| xargs -n1 postmap