/[adm]/puppet/modules/postfix/templates/sympa_aliases
ViewVC logotype

Contents of /puppet/modules/postfix/templates/sympa_aliases

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1413 - (show annotations) (download)
Mon Mar 28 23:52:47 2011 UTC (13 years ago) by misc
File size: 495 byte(s)
- also redirect sympa error to the listmaster 

1 # everything is handled with transports in postfix,
2 # but according to http://www.sympa.org/faq/postfix, we also need this one
3 <% escaped_domain = ( 'ml.' + domain ).sub('.','\.') %>
4 /^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %>
5 # redirect the mail from the ml domain to sysadmin
6 /^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %>
7 # errors are sent there, so that should also be redirected
8 /^sympa-request\@<%= escaped_domain %>$/ listmaster@<%= domain %>

  ViewVC Help
Powered by ViewVC 1.1.30