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

Make list of lowpri domains configurable

parent e3ee76a4
No related branches found
No related tags found
1 merge request!74Add a slow (low-concurrency) outbound transport
# Send high-volume, high-spam traffic onto the lower-priority
# smtp transport.
/(yahoo|hotmail|live)(\.[a-z]{2,3}){1,2}$/ smtp-lowpri:
/tiscali\.it$/ smtp-lowpri:
{% for pattern in postfix_low_priority_domains | default([]) %}
/{{ pattern }}/ smtp-lowpri:
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment