summaryrefslogtreecommitdiff
path: root/man.commons.in
blob: 89bd5360e4e5fed367461f7d1af0ae5d0a2f74fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[CONFIGURATION]
The configfile \fB#ETCDIR#/digest-mailer.conf\fP is a bash script, which defines the following variables:
.TP
.B "min_delay"
minimum delay between consecutive emails in seconds (default: 3600)
.TP
.B "max_delay"
maximum delay of a sinlge email in seconds (default: 3600)
.TP
.B "agressivity"
how fast should emails be sent: 0 (as late as possible) ... 1 (as soon as possible) (default: 0)
.TP
.B "mail_cmd"
command used to send emails (default: 'sendmail -t')
[FILES]
.TP
.B "#BINDIR#/digest-mailer"
program file
.TP
.B "#ETCDIR#/digest-mailer.conf"
contains configuration
.TP
.B "#LIBDIR#/digest-mailer"
directory containing held emails and meta information
[AUTHOR]
.nf
Erich Eckner <opensource at eckner dot net>
.fi