summaryrefslogtreecommitdiff
path: root/digest-mailer.conf.in
blob: 526258eea82b4886615ce866725a7fb87ce04100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# configuration for digest-mailer
# expected location: #ETCDIR#/digest-mailer.conf
# The default values are provided as comments

# 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'