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 system information will be send via insecure email. I'm sure many crackers would like to have access to your system logs.

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"

-u user

Use the public key id user when encrypting the message. Internally Mailreport runs gpg -ea -r user to encrypt messages. Using this option automatically turns on gpg encryption.

Index


© 1999, 2000 Peter Todd
Last update - $Id: mailreport.html,v 5.4 2000/05/02 00:38:43 pete Exp $