copy sender canonical and header check files

This commit is contained in:
Petar Cubela
2025-08-08 12:02:08 +02:00
parent b5a412c14e
commit 8025a97604

View File

@@ -16,8 +16,22 @@
- mailutils
state: present
- name: Copy the config file
- name: Copy the main config file
template:
src: templates/main.cf
dest: /etc/postfix/main.cf
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