aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/sympa_aliases
blob: aa18fe2f8d5282eaf32e4048da4b781523ac4224 (plain)
1
2
3
4
5
6
# everything is handled with transports in postfix,
# 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 %>