remove courier folder ref
This commit is contained in:
parent
f817afa775
commit
b77c715983
1 changed files with 10 additions and 10 deletions
|
@ -7,15 +7,15 @@
|
|||
mode: '0644'
|
||||
notify: Restart postfix
|
||||
|
||||
- name: Template file authmysqlrc
|
||||
template:
|
||||
src: templates/authmysqlrc.j2
|
||||
dest: /etc/courier/authmysqlrc
|
||||
owner: root
|
||||
group: postfix
|
||||
mode: '0550'
|
||||
backup: true
|
||||
notify: Restart postfix
|
||||
# - name: Template file authmysqlrc
|
||||
# template:
|
||||
# src: templates/authmysqlrc.j2
|
||||
# dest: /etc/courier/authmysqlrc
|
||||
# owner: root
|
||||
# group: postfix
|
||||
# mode: '0550'
|
||||
# backup: true
|
||||
# notify: Restart postfix
|
||||
|
||||
- name: Template file mysql-body_checks.cf
|
||||
template:
|
||||
|
@ -212,4 +212,4 @@
|
|||
service:
|
||||
name: postfix
|
||||
enabled: true
|
||||
state: started
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue