3.0.2.1 CAN'T OPEN (/etc/cron.d/msre_reload.crond): No such file or directory
Posted: 12 Apr 2017 11:34
Update from 3.0.1.9 to 3.0.2.0.->3.0.2.1
Before I start nagging about err messages ( just 1) I want to thank thr EFA team for the massive effort to keep our mail system free from spam
I'm not sure to what to do with this err message in /var/log/cron.
Shoud I copy the msre_reload.crond to the /usr/local/bin/mailwatch/tools/Cron_jobs/ directory or re-link the broken link or simply ignore the message?
[i]crond[2412]: (root) CAN'T OPEN (/etc/cron.d/msre_reload.crond): No such file or directory[/i]
and
the INSTALL :
Before I start nagging about err messages ( just 1) I want to thank thr EFA team for the massive effort to keep our mail system free from spam

I'm not sure to what to do with this err message in /var/log/cron.
Shoud I copy the msre_reload.crond to the /usr/local/bin/mailwatch/tools/Cron_jobs/ directory or re-link the broken link or simply ignore the message?
[i]crond[2412]: (root) CAN'T OPEN (/etc/cron.d/msre_reload.crond): No such file or directory[/i]
Code: Select all
ls -l /etc/cron.d
total 28
-rw-r--r-- 1 root root 113 Aug 23 2016 0hourly
-rw-r--r-- 1 root root 1397 Sep 5 2016 clamav-unofficial-sigs
-rw-r--r-- 1 root root 58 Apr 5 2016 EFA-Monitor.cron
lrwxrwxrwx. 1 root root 58 May 25 2015 msre_reload.crond -> /usr/local/bin/mailwatch/tools/Cron_jobs/msre_reload.crond
-rw-r--r-- 1 root root 114 May 10 2016 munin
-rw------- 1 root root 108 Jan 26 12:18 raid-check
-rw------- 1 root root 235 Mar 22 10:21 sysstat
-rw-r--r--. 1 root root 187 Feb 9 2015 unbound-anchor
Code: Select all
ls -l /usr/local/bin/mailwatch/tools/MailScanner_rule_editor
total 12
-rw-r--r-- 1 root root 450 Apr 10 12:15 INSTALL
-rw-r--r-- 1 root root 305 Apr 10 12:15 msre_reload.crontab
-rw-r--r-- 1 root root 1050 Apr 10 12:15 msre_reload.sh
the INSTALL :
Code: Select all
-----------------------------
INSTALLATION INSTRUCTIONS
-----------------------------
If you're using the RPM-based MailScanner install:
# cp msre_reload.sh /usr/local/bin
# chmod +x /usr/local/bin/msre_reload.sh
It is used by the MSRE cron job to restart MailScanner after a rule has been edited.
If you've used a source-based install of MailScanner, you'll need to create a msre_reload.sh
script which reloads mailscanner in your environment.