chore(cron): run update-autoreply every 5 minutes

We need to run this cronjob more frequently as an auto-reply can be
enabled or disabled during the day.
This commit is contained in:
Francis Lachapelle
2022-01-18 09:43:51 -05:00
parent d1c089c957
commit e8d7faf6f4

View File

@@ -2,7 +2,7 @@
# Vacation messages expiration # Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd) # The credentials file should contain the sieve admin credentials (username:passwd)
#0 0 * * * sogo /usr/sbin/sogo-tool update-autoreply -p /etc/sogo/sieve.creds #*/5 * * * * sogo /usr/sbin/sogo-tool update-autoreply -p /etc/sogo/sieve.creds
# Session cleanup - runs every minute # Session cleanup - runs every minute
# - Ajust the nbMinutes parameter to suit your needs # - Ajust the nbMinutes parameter to suit your needs