Update 'roles/shell/tasks/postfix.yml'
This commit is contained in:
parent
4092f6a0ad
commit
65f3e6ffc6
|
@ -1,5 +1,13 @@
|
||||||
# Configure postfix
|
# 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
|
- name: Install postix main.cf
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/postfix/main.cf
|
src: ../files/etc/postfix/main.cf
|
||||||
|
|
Loading…
Reference in New Issue