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