aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/sympa_aliases
blob: e2c4cdf43b4c93360f0d8b0556ae38423eb44a74 (plain)
1
2
3
4
5
6
7
8
# everything is handled with transports in postfix,
# but according to https://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 %>
# errors are sent there, so that should also be redirected
/^sympa-request\@<%= escaped_domain %>$/    listmaster@<%= @domain %>