Externalize role
This commit is contained in:
commit
6dd27f2df4
18 changed files with 1740 additions and 0 deletions
11
templates/etc/opendkim/TrustedHosts.j2
Normal file
11
templates/etc/opendkim/TrustedHosts.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# OPENDKIM TRUSTED HOSTS
|
||||
# To use this file, uncomment the #ExternalIgnoreList and/or the #InternalHosts
|
||||
# option in /etc/opendkim.conf then restart OpenDKIM. Additional hosts
|
||||
# may be added on separate lines (IP addresses, hostnames, or CIDR ranges).
|
||||
# The localhost IP (127.0.0.1) should always be the first entry in this file.
|
||||
127.0.0.1
|
||||
::1
|
||||
#host.example.com
|
||||
#192.168.1.0/24
|
||||
{{ postfix_myhostname }}
|
||||
*.{{ postfix_mydomain }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue