Files
docker-mail/include/etc/cron.d/fetchmail
Jon Lockwood 1fe3598a54 fix(fetchmail): fix cron job so it runs
the command was set to echo instead of run.

MR !1
2022-02-14 10:15:08 +09:30

7 lines
172 B
Plaintext

#
# SpamAssassin Bayes learning from mailboxes
#
# m h dom mon dow user command
#20,50 * * * * root if [ "0$USE_FETCHMAIL_PL" != "0" ]; then /bin/fetchmail.pl 2>&1; fi