docker-samples/mailserver/cron/fts_xapian

9 lines
219 B
Text
Raw Normal View History

2024-11-02 20:09:56 +00:00
# Adding `MAILTO=""` prevents cron emailing notifications of the task outcome each run
MAILTO=""
#
# m h dom mon dow user command
#
# Everyday 4:00AM, optimize index files
0 4 * * * root doveadm fts optimize -A
# EOF