# FILE MANAGED BY PUPPET, CHANGES WILL BE REPLACED # # Enforces TLS security policies for outbound mail per destination domain # SMTP TLS policy map for outbound connections # Format: destination policy # Example: gmail.com encrypt # Example: secure-bank.example.com secure <% @smtp_tls_policy_maps.each do |destination, policy| -%> <%= destination %> <%= policy %> <% end -%>