- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sending a report generated from the shell trough email
hi out there
I have a daily scheduled sql job running on the RSA AM 8.1 server which collects some statistics and wriites to a file - that file I want to send trough email to a remote recipeit - is there a simple way to access that email-services which must be running somewhere on that RSA server for the reports etc which can be scheduled there and run?
br thomas iwang
- Tags:
- AM
- Auth Manager
- Authentication Manager
- Community Thread
- Discussion
- Forum Thread
- rsa 8.1 report
- RSA Authentication Manager
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thomas,
Not really. Internally generated mail is sent using internal (Java) interfaces, not OS-level "sendmail".
An alternative would be to retrieve the output with something like rcp and mail it from the system onto which it was retrieved.
-Piers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thomas,
Not really. Internally generated mail is sent using internal (Java) interfaces, not OS-level "sendmail".
An alternative would be to retrieve the output with something like rcp and mail it from the system onto which it was retrieved.
-Piers
