diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-28 23:52:47 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-28 23:52:47 +0000 |
commit | 8dca48d48fa9d225178c19a1aaec4960bb5e9b61 (patch) | |
tree | c583a76f08685691c223e10a190a166fe75adc6c /modules/postfix | |
parent | de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666 (diff) | |
download | puppet-8dca48d48fa9d225178c19a1aaec4960bb5e9b61.tar puppet-8dca48d48fa9d225178c19a1aaec4960bb5e9b61.tar.gz puppet-8dca48d48fa9d225178c19a1aaec4960bb5e9b61.tar.bz2 puppet-8dca48d48fa9d225178c19a1aaec4960bb5e9b61.tar.xz puppet-8dca48d48fa9d225178c19a1aaec4960bb5e9b61.zip |
- also redirect sympa error to the listmaster
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/sympa_aliases | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases index aa18fe2f..e5f74c0b 100644 --- a/modules/postfix/templates/sympa_aliases +++ b/modules/postfix/templates/sympa_aliases @@ -4,3 +4,5 @@ /^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %> # redirect the mail from the ml domain to sysadmin /^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %> +# errors are sent there, so that should also be redirected +/^sympa-request\@<%= escaped_domain %>$/ listmaster@<%= domain %> |