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

Annotation of /puppet/modules/postfix/templates/transport_regexp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1063 - (hide 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 boklm 274 <%
2     ml_domain = 'ml\.' + domain.gsub('.','\.')
3     %>
4 misc 552 <%- if classes.include?('sympa::server') -%>
5 boklm 274 /^.*+owner\@<%= ml_domain %>$/ sympabounce:
6     /^.*\@<%= ml_domain %>$/ sympa:
7 misc 287 <%- end -%>
8    
9 misc 1063 # 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