summaryrefslogtreecommitdiff
path: root/digest-mailer.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'digest-mailer.conf.in')
-rw-r--r--digest-mailer.conf.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/digest-mailer.conf.in b/digest-mailer.conf.in
index e69de29..d332a52 100644
--- a/digest-mailer.conf.in
+++ b/digest-mailer.conf.in
@@ -0,0 +1,13 @@
+
+# how many seconds should pass at least between consecutive emails
+#min_delay=3600
+
+# how many seconds should an email be delayed at maximum
+#max_delay=3600
+
+# how early should emails be sent
+# range: 0 = as late as possible .. 1 = as early as possible
+#agressivity=0
+
+# what command should be called to actually send the emails
+#mail_cmd='sendmail -t'