Announcements

SecurID® Discussions

Browse the SecurID discussion board to get product help and collaborate with other SecurID users.
ThomasIwang
Beginner
Beginner

Sending a report generated from the shell trough email

Jump to solution

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

Labels (1)
0 Likes
1 Solution

Accepted Solutions
PiersB
Trusted Contributor Trusted Contributor
Trusted Contributor

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

View solution in original post

1 Reply
PiersB
Trusted Contributor Trusted Contributor
Trusted Contributor

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