add domain lines exim4
This commit is contained in:
parent
d96e625808
commit
a6514a6691
|
@ -67,11 +67,11 @@
|
|||
- regexp: '^dc_eximconfig_configtype'
|
||||
line: "dc_eximconfig_configtype='{{ exim_dc_eximconfig_configtype }}'"
|
||||
- regexp: '^dc_other_hostnames'
|
||||
line: "dc_other_hostnames='{{ dc_other_hostnames }}'"
|
||||
line: "dc_other_hostnames='{{ dc_other_hostnames }}'.verdnatura.es"
|
||||
- regexp: '^dc_local_interfaces'
|
||||
line: "dc_local_interfaces='{{ dc_local_interfaces }}'"
|
||||
- regexp: '^dc_readhost'
|
||||
line: "dc_readhost='{{ dc_readhost }}'"
|
||||
line: "dc_readhost='{{ dc_readhost }}'.verdnatura.es"
|
||||
- regexp: '^dc_relay_domains'
|
||||
line: "dc_relay_domains='{{ dc_relay_domains }}'"
|
||||
- regexp: '^dc_minimaldns'
|
||||
|
|
Loading…
Reference in New Issue