# FILE MANAGED BY PUPPET, CHANGES WILL BE REPLACED # # Controls access based on HELO/EHLO hostnames to block spam patterns # HELO/EHLO access controls # Format: pattern action # Example: .dynamic.example.com REJECT # Example: localhost REJECT You are not localhost <% @helo_access_maps.each do |pattern, action| -%> <%= pattern %> <%= action %> <% end -%>