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.

DISCLAIMERFILE

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

SIGNATUREFILE

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

REPLYTO

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

FROM

Sets the from address for mail sent by lr_log2mail.

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

KEEP=1
LR_SPOOLINTERVAL=10
TMPDIR=/home/hibou/logreport/tmp
DISCLAIMERFILE=${prefix}/etc/lire/disclaimer.local
FROM='MyDomain Lire Responder <log@mydomain.com>'
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.