Browse Source

Add example lines to OpenDKIM TrustedHosts file. Fixes #16.

Alex Payne 11 years ago
parent
commit
55a22bcdef
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      roles/mailserver/templates/etc_opendkim_TrustedHosts.j2

+ 3
- 1
roles/mailserver/templates/etc_opendkim_TrustedHosts.j2 View File

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

Loading…
Cancel
Save