diff options
author | Erich Eckner <git@eckner.net> | 2018-04-09 12:57:41 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-09 12:57:41 +0200 |
commit | f13c906ff3d20ceab5b656c01e7d4eb258113f92 (patch) | |
tree | 1d3b5e4db4add89b25f67e2f460506acb7efeeba | |
parent | 4dc2bbda9102321cee5701736be76ad559e7b7f6 (diff) | |
download | digest-mailer-f13c906ff3d20ceab5b656c01e7d4eb258113f92.tar.xz |
digest-mailer.conf.in: add default config file
-rw-r--r-- | digest-mailer.conf.in | 13 |
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' |