Update 'roles/shell/tasks/postfix.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-05 19:34:03 +00:00
parent 4092f6a0ad
commit 65f3e6ffc6
1 changed files with 8 additions and 0 deletions

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