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

Annotation of /puppet/modules/postfix/templates/sympa_aliases

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1413 - (hide 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 misc 1401 # 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 misc 1407 # redirect the mail from the ml domain to sysadmin
6     /^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %>
7 misc 1413 # 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