mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
Initial commit of dmarc reports image
This commit is contained in:
1
manifest/etc/cron.d/root
Normal file
1
manifest/etc/cron.d/root
Normal file
@@ -0,0 +1 @@
|
||||
*/5 * * * * /usr/bin/dmarcts-report-parser.pl -i -d -r
|
||||
7
manifest/etc/supervisor/conf.d/crond.conf
Normal file
7
manifest/etc/supervisor/conf.d/crond.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
[program:cron]
|
||||
command=crond -f -l 0 -L - -c /etc/cron
|
||||
autostart=true
|
||||
autorestart=true
|
||||
priority=10
|
||||
stdout_events_enabled=true
|
||||
stderr_events_enabled=true
|
||||
Reference in New Issue
Block a user