summaryrefslogtreecommitdiff
path: root/man.commons.in
diff options
context:
space:
mode:
Diffstat (limited to 'man.commons.in')
-rw-r--r--man.commons.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/man.commons.in b/man.commons.in
new file mode 100644
index 0000000..89bd536
--- /dev/null
+++ b/man.commons.in
@@ -0,0 +1,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