zabbix-helpers/check_email_delivery/email_delivery_check.cron

8 lines
520 B
Plaintext
Raw Normal View History

2021-01-15 18:49:37 +03:00
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh local mail.example.com
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh incoming mail.example.com
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh outgoing mail.example.com
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh local mail2.example.com
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh incoming mail2.example.com
*/5 * * * * root /usr/local/bin/check_email_send_delivery.sh outgoing mail2.example.com