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

Contents of /puppet/modules/postfix/templates/primary_transport_regexp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 287 - (show annotations) (download)
Thu Nov 18 18:15:00 2010 UTC (13 years, 5 months ago) by misc
File size: 181 byte(s)
- merge primary config file to the secondary one
- add some check in transport regexp

1 <%
2 ml_domain = 'ml\.' + domain.gsub('.','\.')
3 %>
4 <%- if classes.include?('sympa') -%>
5 /^.*+owner\@<%= ml_domain %>$/ sympabounce:
6 /^.*\@<%= ml_domain %>$/ sympa:
7 <%- end -%>
8

  ViewVC Help
Powered by ViewVC 1.1.30