aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
blob: 3eb5494f28b09453c3fdfcab01654f2b0b55cff9 (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 -%>