/[adm]/puppet/modules/postfix/templates/transport_regexp
ViewVC logotype

Contents of /puppet/modules/postfix/templates/transport_regexp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1063 - (show annotations) (download)
Sun Feb 13 23:09:10 2011 UTC (13 years, 2 months ago) by misc
File size: 688 byte(s)
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
1 <%
2 ml_domain = 'ml\.' + domain.gsub('.','\.')
3 %>
4 <%- if classes.include?('sympa::server') -%>
5 /^.*+owner\@<%= ml_domain %>$/ sympabounce:
6 /^.*\@<%= ml_domain %>$/ sympa:
7 <%- end -%>
8
9 # temporary work around for bugzilla being unable to send mail to webteam
10 #
11 # the current setup ( 13/02/2011 ) is that most active mls are on zarb.org,
12 # using @mageia domain. But we want to start hosting aliases on the current
13 # ml server ( and main smtp, ie alamut ). So we need to dispatch old mls
14 # to zarb, and the rest on alamut. Old mls are all prefixed by mageia-*@mageia
15 # this hack should be removed once all mls are migrated from zarb.org
16 #
17 /^mageia-.*\@<%= domain %>$/ smtp:ryu.zarb.org

  ViewVC Help
Powered by ViewVC 1.1.30