add quota warnings
This commit is contained in:
parent
202f9bdb4c
commit
35f5fbb65a
3 changed files with 35 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
|||
group: vmail
|
||||
mode: '0750'
|
||||
|
||||
- name: Create quota warning script
|
||||
copy:
|
||||
src: quota-warning.sh
|
||||
dest: /usr/local/bin/quota-warning.sh
|
||||
owner: vmail
|
||||
group: vmail
|
||||
mode: '554'
|
||||
when: dovecot.quota
|
||||
|
||||
- name: copy dovecot config
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue