put in header checks postmap and restart
This commit is contained in:
parent
e65ed43d82
commit
1be05a2039
2 changed files with 19 additions and 0 deletions
|
@ -95,6 +95,9 @@
|
|||
- name: rebuild postfix tls_policy
|
||||
command: /usr/sbin/postmap /etc/postfix/tls_policy
|
||||
|
||||
- name: rebuild postfix header_checks
|
||||
command: /usr/sbin/postmap /etc/postfix/header_checks
|
||||
|
||||
- name: restart postfix
|
||||
service: name=postfix state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue