put in header checks postmap and restart

This commit is contained in:
Stephen Smoogen 2019-05-29 14:59:38 +00:00
parent e65ed43d82
commit 1be05a2039
2 changed files with 19 additions and 0 deletions

View file

@ -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