add quota warnings

This commit is contained in:
Morre 2020-10-02 14:50:20 +02:00
parent 202f9bdb4c
commit 35f5fbb65a
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
3 changed files with 35 additions and 0 deletions

View file

@ -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 }}"