aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
blob: ceb8e2fbbe1015e353b40cb69dd8b0511c44487b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%
ml_domain = 'ml\.' + domain.gsub('.','\.')
%>
<%- if classes.include?('sympa::server') -%>
/^.*+owner\@<%= ml_domain %>$/ sympabounce:
/^.*\@<%= ml_domain %>$/       sympa:
<%- end -%>

# temporary work around for bugzilla being unable to send mail to webteam
#
# the current setup ( 13/02/2011 ) is that most active mls are on zarb.org,
# using @mageia domain. But we want to start hosting aliases on the current
# ml server ( and main smtp, ie alamut ). So we need to dispatch old mls
# to zarb, and the rest on alamut. Old mls are all prefixed by mageia-*@mageia
# this hack should be removed once all mls are migrated from zarb.org
#
/^mageia-.*\@<%= domain %>$/ smtp:ryu.zarb.org