Update 'roles/shell/tasks/postfix.yml'

This commit is contained in:
2023-07-05 19:34:03 +00:00
parent 4092f6a0ad
commit 65f3e6ffc6

View File

@@ -1,5 +1,13 @@
# Configure postfix
---
- name: Create opendkim socket directory
file:
path: /etc/postfix/opendkim
state: directory
owner: opendkim
group: postfix
mode: 0660
- name: Install postix main.cf
copy:
src: ../files/etc/postfix/main.cf