Responder Configuration Parameters

When running a responder, the following variables should be set:

LR_SPOOLINTERVAL

This sets the amount of time that the responder will sleep between each spool run.

LR_SPOOLDIR

This sets spool directory that will be used by the responder. All requests to the online responder should be spooled to maildir format mailboxes under that directory.

LR_DISCLAIMERFILE

File containing the disclaimer's text included with the mail sent by lr_log2mail.

LR_SIGNATUREFILE

File containing the signature that will be added to the mail sent by lr_log2mail. Defaults to ${prefix}/etc/lire/signature.

LR_REPLYTO

Sets the reply-to address for mail sent by lr_log2mail.

LR_FROM

Sets the from address for mail sent by lr_log2mail.

Your own defaults.local file could look like e.g.

LR_KEEP=1
LR_SPOOLINTERVAL=10
TMPDIR=/home/hibou/logreport/tmp
LR_DISCLAIMERFILE=${prefix}/etc/lire/disclaimer.local
LR_FROM='MyDomain Lire Responder <log@mydomain.com>'
LR_REPLYTO='MyDomain Support <support@mydomain.com>'
	  

disclaimer.local could read:

 The Online Report Responder Service is free of charge. We do not accept any
 liability however incurred in respect of a failure to perform as is imputable
 to the same for any loss direct or indirect.