diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-10 17:40:49 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-10 17:40:49 +0100 |
commit | 1038fa3d50bda90377117559a9f685e2e7389d8f (patch) | |
tree | 251f096f33c61c5d2a241dbc0f36ab757c114d0c /roles/IMAP/files/etc/cron.d/doveadm | |
parent | 7a66e096695a25427311204022bc521da08c48d9 (diff) |
dovecot: use Single-Instance Storage for mail attachments.
Diffstat (limited to 'roles/IMAP/files/etc/cron.d/doveadm')
-rw-r--r-- | roles/IMAP/files/etc/cron.d/doveadm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/IMAP/files/etc/cron.d/doveadm b/roles/IMAP/files/etc/cron.d/doveadm new file mode 100644 index 0000000..1f1f139 --- /dev/null +++ b/roles/IMAP/files/etc/cron.d/doveadm @@ -0,0 +1,3 @@ +MAILTO=root + +7 5 * * * vmail test -x /usr/bin/doveadm && nice -n 19 /usr/bin/doveadm sis deduplicate /home/mail/attachments /home/mail/attachments/queue |