aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
blob: 941b77df4c2e915f1a4ded80277a9fb49aa71625 (plain)
1
2
3
4
5
6
7
8
9
10
<%
ml_domain = 'ml\.' + domain.gsub('.','\.')
%>
<%- if classes.include?('sympa::server') -%>
/^.*+owner\@<%= @ml_domain %>$/ sympabounce:
/^bounce+.*\@<%= @ml_domain %>$/ sympabounce:
/^.*\@<%= @ml_domain %>$/       sympa:
<%- else -%>
/^.*\@<%= @ml_domain %>$/       smtp:sucuk.mageia.org
<%- end -%>