copy sender canonical and header check files
This commit is contained in:
@@ -16,8 +16,22 @@
|
|||||||
- mailutils
|
- mailutils
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Copy the config file
|
- name: Copy the main config file
|
||||||
template:
|
template:
|
||||||
src: templates/main.cf
|
src: templates/main.cf
|
||||||
dest: /etc/postfix/main.cf
|
dest: /etc/postfix/main.cf
|
||||||
notify: Reload postfix
|
notify: Reload postfix
|
||||||
|
|
||||||
|
|
||||||
|
- name: Copy the header check file
|
||||||
|
template:
|
||||||
|
src: templates/header_check
|
||||||
|
dest: /etc/postfix/header_check
|
||||||
|
notify: Reload postfix
|
||||||
|
|
||||||
|
|
||||||
|
- name: Copy the sender canonical file
|
||||||
|
template:
|
||||||
|
src: templates/sender_canonical
|
||||||
|
dest: /etc/postfix/sender_canonical
|
||||||
|
notify: Reload postfix
|
||||||
|
|||||||
Reference in New Issue
Block a user