ADSM-L

Antwort: mail back of status

1998-06-25 12:53:24
Subject: Antwort: mail back of status
From: Walter Schmid <wschmid AT CADCAM-SERVICE DOT DE>
Date: Thu, 25 Jun 1998 17:53:24 +0100
I mail me the dsmsched.log with a little script to my mail server (Lotus
Notes MTA)

#!/bin/ksh
mail -s "Message from ADSM Scheduler" wschmid AT ccs1.cadcam-service DOT de \
  < /var/adm/dsmsched.log
rm /var/adm/dsmsched.log

In dsm.sys I added the line:

   POSTSCHEDULECMD    /usr/lpp/adsm/bin/mail_log

which calls the script.

This should work with other mailers.

Walter Schmid
(wschmid AT cadcam-service DOT de)
<Prev in Thread] Current Thread [Next in Thread>
  • Antwort: mail back of status, Walter Schmid <=