Skip to content
Snippets Groups Projects
Commit 6083a79b authored by ale's avatar ale
Browse files

Allow customizing access-helo REJECTs

parent 482450fc
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ mail_blacklist_senders: []
# Recipients that will be blacklisted
mail_blacklist_recipients: []
# HELO hosts to be blocked
mail_blacklist_helo: []
# Clean up TxRep entries older than this
txrep_cleanup_days: 30
......
# Cutwail botnet
ylmf-pc REJECT
{% for helo in mail_blacklist_helo %}
{{ helo }} REJECT
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment