How do you configure the sm_notify.log of the Smarts SAM Notification Adapter so that the mail notifier will log processed notifications?
Smarts SAM Notification Adapter sm_notify.log for mail notifier does not contain any messages about processed notifications.
By default, the log file for sm_notify process only logs its connect/disconnect events to the domain.
To add additional logging so that the mail notifier process will log processed notifications, you must change the mail-notify.asl script as follows:
./sm_edit rules/notifier/mail/mail-notify.asl
68 mailer->sendmail(sender, recipients, subject, body) ? LOG, STOP;
69 print(sender."\t".recipients."\t".subject."\t".body."\n"); /*print statement added for logging.*/