aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-13 23:09:10 +0000
committerMichael Scherer <misc@mageia.org>2011-02-13 23:09:10 +0000
commitda4f3460abc502e453e9f4e70b16645e725c6723 (patch)
tree2f6783f771e963927b8ee6ea3323e22df81c6c26 /modules/postfix/templates/transport_regexp
parentb2d4f2f32e5a7e829d2cbe8986bd36eb1b43a151 (diff)
downloadpuppet-da4f3460abc502e453e9f4e70b16645e725c6723.tar
puppet-da4f3460abc502e453e9f4e70b16645e725c6723.tar.gz
puppet-da4f3460abc502e453e9f4e70b16645e725c6723.tar.bz2
puppet-da4f3460abc502e453e9f4e70b16645e725c6723.tar.xz
puppet-da4f3460abc502e453e9f4e70b16645e725c6723.zip
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
Diffstat (limited to 'modules/postfix/templates/transport_regexp')
-rw-r--r--modules/postfix/templates/transport_regexp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/postfix/templates/transport_regexp b/modules/postfix/templates/transport_regexp
index 7d80cf9f..ceb8e2fb 100644
--- a/modules/postfix/templates/transport_regexp
+++ b/modules/postfix/templates/transport_regexp
@@ -6,3 +6,12 @@ ml_domain = 'ml\.' + domain.gsub('.','\.')
/^.*\@<%= 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