/[adm]/puppet/modules/postfix/templates/main.cf
ViewVC logotype

Diff of /puppet/modules/postfix/templates/main.cf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 329 by misc, Fri Nov 19 20:19:01 2010 UTC revision 330 by misc, Fri Nov 19 20:19:02 2010 UTC
# Line 35  myhostname = <%= fqdn %> Line 35  myhostname = <%= fqdn %>
35  mydomain = <%= domain %>  mydomain = <%= domain %>
36  mydestination = <%= fqdn %>  mydestination = <%= fqdn %>
37  myorigin = $mydomain  myorigin = $mydomain
38  <%- if all_tags.include?('postfix::smtp_server') -%>  <%- if all_tags.include?('postfix::secondary_smtp') -%>
39  relay_domains = $mydestination,  relay_domains = <%= domain %>, ml.<%= domain %>
40                  ml.<%= domain %>,  <%- end -%>
41    
42    mydestination = <%= fqdn %>
43  <%- if all_tags.include?('postfix::primary_smtp') -%>  <%- if all_tags.include?('postfix::primary_smtp') -%>
44                  <%= domain %>                  <%= domain %>
45  <%- end -%>  <%- end -%>

Legend:
Removed from v.329  
changed lines
  Added in v.330

  ViewVC Help
Powered by ViewVC 1.1.30