No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_opendkim_TrustedHosts.j2 200B

12345678
  1. 127.0.0.1
  2. # TODO add your server's IP and DNS hosts
  3. {% for domain in mail_virtual_domains %}
  4. {{ domain.name }}
  5. {% endfor %}
  6. {% for domain in mail_virtual_domains %}
  7. mail.{{ domain.name }}
  8. {% endfor %}