User:Svamberg/Logs to mail: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
m (Spelling check)
m (+ category)
 
Line 10: Line 10:
* <tt>$SEND_FROM</tt> - sender mail address
* <tt>$SEND_FROM</tt> - sender mail address
* <tt>$SMTP_SERVER</tt> - adress of the server for outgoing mail
* <tt>$SMTP_SERVER</tt> - adress of the server for outgoing mail
[[Category:Howto]]

Latest revision as of 08:01, 4 October 2010

Use this hook if you want to get logs by mail.

Install

  • get this source savelog.DEFAULT and store it in $FAI/hooks
  • install package libmail-sender-perl into your nfsroot

Configure

Change parameteres in the hook file header:

  • @SEND_TO - array of target mail addresses
  • $SEND_FROM - sender mail address
  • $SMTP_SERVER - adress of the server for outgoing mail