make extra header checks configurable
This commit is contained in:
parent
6d9f604b93
commit
41af92aea4
5 changed files with 18 additions and 11 deletions
|
|
@ -54,16 +54,10 @@
|
|||
- { src: "main.cf.j2", dest: "/etc/postfix/main.cf" }
|
||||
- { src: "master.cf.j2", dest: "/etc/postfix/master.cf" }
|
||||
- { src: "virtual-aliases.cf.j2", dest: "/etc/postfix/virtual-aliases.cf" }
|
||||
- { src: "header_checks.j2", dest: "/etc/postfix/header_checks" }
|
||||
notify:
|
||||
- restart postfix
|
||||
|
||||
- name: Copy header_checks
|
||||
copy:
|
||||
src: header_checks
|
||||
dest: /etc/postfix/header_checks
|
||||
notify:
|
||||
- restart postfix
|
||||
|
||||
- name: copy postfix maps
|
||||
template:
|
||||
src: maps.j2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue