소스 검색

Order of sievec fixed

master
Christoph Haas 5 년 전
부모
커밋
1ff93cc4ee
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      ansible/roles/ispmail-dovecot/tasks/main.yml

+ 4
- 4
ansible/roles/ispmail-dovecot/tasks/main.yml 파일 보기

@@ -35,6 +35,10 @@
- name: Fixing ownership and mode of dovecot-sql.conf.ext
file: path=/etc/dovecot/dovecot-sql.conf.ext owner=root group=root mode=0640
notify: restart dovecot

- name: Copying Sieve plugin configuration (90-sieve.conf)
copy: src=90-sieve.conf dest=/etc/dovecot/conf.d/90-sieve.conf
notify: restart dovecot
- name: Create directory for global sieve-after scripts
file: path=/etc/dovecot/sieve-after state=directory
- name: Create global sieve-after script to send spam to its mail folder
@@ -44,10 +48,6 @@
file:
path: /etc/dovecot/sieve
state: directory

- name: Copying Sieve plugin configuration (90-sieve.conf)
copy: src=90-sieve.conf dest=/etc/dovecot/conf.d/90-sieve.conf
notify: restart dovecot
- name: Copying Quota plugin configuration (90-quota.conf)
copy: src=90-quota.conf dest=/etc/dovecot/conf.d/90-quota.conf
notify: restart dovecot


불러오는 중...
취소
저장