]> git.openstreetmap.org Git - chef.git/blob - cookbooks/exim/templates/default/default.erb
Merge remote-tracking branch 'github/pull/422'
[chef.git] / cookbooks / exim / templates / default / default.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # 'combined' -   one daemon running queue and listening on SMTP port
4 # 'no'       -   no daemon running the queue
5 # 'separate' -   two separate daemons
6 # 'ppp'      -   only run queue with /etc/ppp/ip-up.d/exim4.
7 # 'nodaemon' - no daemon is started at all.
8 # 'queueonly' - only a queue running daemon is started, no SMTP listener.
9 # setting this to 'no' will also disable queueruns from /etc/ppp/ip-up.d/exim4
10 QUEUERUNNER='combined'
11 # how often should we run the queue
12 QUEUEINTERVAL='30s'
13 # options common to quez-runner and listening daemon
14 COMMONOPTIONS=''
15 # more options for the daemon/process running the queue (applies to the one
16 # started in /etc/ppp/ip-up.d/exim4, too.
17 QUEUERUNNEROPTIONS=''
18 # special flags given to exim directly after the -q. See exim(8)
19 QFLAGS=''
20 # options for daemon listening on port 25
21 SMTPLISTENEROPTIONS=''
22 # only warn once about each error
23 E4BCD_WATCH_PANICLOG='once'