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 240B

12345678910
  1. 127.0.0.1
  2. # TODO add your server's IP and DNS hosts, ex:
  3. # ns1.linode.com
  4. # 198.58.112.239
  5. {% for domain in mail_virtual_domains %}
  6. {{ domain.name }}
  7. {% endfor %}
  8. {% for domain in mail_virtual_domains %}
  9. mail.{{ domain.name }}
  10. {% endfor %}