1 # DO NOT EDIT - This file is being maintained by Chef
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
13 # options common to quez-runner and listening daemon
15 # more options for the daemon/process running the queue (applies to the one
16 # started in /etc/ppp/ip-up.d/exim4, too.
18 # special flags given to exim directly after the -q. See exim(8)
20 # options for daemon listening on port 25
21 SMTPLISTENEROPTIONS=''
22 # only warn once about each error
23 E4BCD_WATCH_PANICLOG='once'