The Mailreport Sender


Introduction

I'm sure anyone who uses ESM would like to be able to recive your nice little system reports right? Mailreport will email you any system report it gets. And it can encrypt them if you have gnupg.

Note that encryption is *highly* recomended! If you don't use encryption all sorts of juicy system information will be send via insecure email. I'm sure many crackers would just love to have system log files of your system in their hands.

Usage

Just make Mailreport your default sender. The command line options are:

-t mailto

Mail the report to mailto. This option is mandatory.

-s subject

Set the subject to subject. Defaults to "ESM System Report"

-g

Use gnupg to encrypt the mail before sending it.

-u user

Use the public key id user when encrypting the message. Internally
Mailreport runs gpg -ea -r user to encrypt messages.


Index
© 1999 Peter Todd
Created on 09/21/1999 Last update - $Id: mailreport.html,v 4.0 1999/10/07 22:57:35 pete Exp $