Send Audit Log Records using Email
selogrd can send records to email targets directly. You can direct email messages through a mailer utility, or directly to the mail exchange server using SMTP.
capamsc141
selogrd can send records to email targets directly. You can direct email messages through a mailer utility, or directly to the mail exchange server using SMTP.
To send audit log records directly to the mail exchange server, set the UseSmtpMail token in the [selogrd] section of the seos.ini file.
You can specify the following:
- A time-out in case the mail server does not answer, using the SmtpTimeLimit token
- The From: mail header field, using the SmtpMailFrom token
- The mail server host address, using the SmtpMailServer token
This method does not use UNIX mail utility; rather, it establishes a direct connection with mail server, and uses SMTP protocol to send mail.