add header checks, remove privacy related headers
This commit is contained in:
parent
92a143bab6
commit
e43e2051cd
3 changed files with 18 additions and 2 deletions
|
|
@ -57,6 +57,13 @@
|
|||
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