aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-28 22:15:53 +0000
committerMichael Scherer <misc@mageia.org>2011-03-28 22:15:53 +0000
commit99930915a16a69019e9c112e172ce9f246c336bf (patch)
tree7f2ae37a77b78a6f630cd48647c4fa5ba9290908 /modules/postfix
parente53bf4588f17d32db06a6f8b1e0b11599054e4ac (diff)
downloadpuppet-99930915a16a69019e9c112e172ce9f246c336bf.tar
puppet-99930915a16a69019e9c112e172ce9f246c336bf.tar.gz
puppet-99930915a16a69019e9c112e172ce9f246c336bf.tar.bz2
puppet-99930915a16a69019e9c112e172ce9f246c336bf.tar.xz
puppet-99930915a16a69019e9c112e172ce9f246c336bf.zip
- try to avoid sympa loop by redirecting them to the proper email
Diffstat (limited to 'modules/postfix')
-rw-r--r--modules/postfix/templates/sympa_aliases3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases
index 14d01daf..aa18fe2f 100644
--- a/modules/postfix/templates/sympa_aliases
+++ b/modules/postfix/templates/sympa_aliases
@@ -2,4 +2,5 @@
# but according to http://www.sympa.org/faq/postfix, we also need this one
<% escaped_domain = ( 'ml.' + domain ).sub('.','\.') %>
/^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %>
-
+# redirect the mail from the ml domain to sysadmin
+/^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %>