Add ham/spam cutoff parameters to spamfilter
This commit is contained in:
16
postmap_all
16
postmap_all
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user