Chapter 24. Overview of Lire scripts

An overview of the main scripts involved. lr_spoold is the engine behind a Lire Online Responder. lr_log2report is the main Lire command line interface. The lr_log2xml command is a helper scripts. The lr_xml2report command can be used by the user to merge XML reports. The lr_sql2report is not yet fully integrated in the Lire system. The lr_rawmail2mail command manages a Lire client setup. The lr_cron is fired of by cron, in a cron-driven setup.

 lr_spoold
 |
 \_ lr_check_service
 \_ lr_spool
    |
    \_ lr_processmail
       \_ lr_getbody
       |
       \_ lr_log2mail
 lr_log2report
 lr_log2xml
 lr_xml2report
 lr_rawmail2mail
 \_ lr_getbody
 \_ lr_deanonymize
 \_ lr_xml2mail

 lr_cron


         

lr_spoold monitors a Maildir spool for each responder address. lr_processmail processes an email message with a compressed log file attached. Refer to the manpages for the gory details.