| Is it possible to receive e-mails each time the Preloadable Library Call Wrapper finds a virus? |
To place all messages on authpriv.info to a file called, for example, /var/log/security_info, you must put the following line in your /etc/syslog.conf:
Make sure you initially create the file /var/log/security_info, because syslog never creates files.
To periodically e-mail this file and truncate it, you need to put this in a script(e.g. /usr/local/bin/maildigest.sh):
Then create a crontab entry for it by typing the command crontab -e as root and entering the following:
This will cause cron to run the script every weekday at 17:00. Thus giving root a digest of security related actions since the last report.
Feedback | Contact Technical Support | Contact Sales Support |