1 # DO NOT EDIT - This file is being maintained by Chef
3 <% if node.platform?("debian") || (node.platform?("ubuntu") && node[:lsb][:release].to_f >= 22.04) -%>
4 # options for update-exim4.conf
7 EXIMSERVICE='-bdf -q30s'
9 # 'combined' - one daemon running queue and listening on SMTP port
10 # 'no' - no daemon running the queue
11 # 'separate' - two separate daemons
12 # 'ppp' - only run queue with /etc/ppp/ip-up.d/exim4.
13 # 'nodaemon' - no daemon is started at all.
14 # 'queueonly' - only a queue running daemon is started, no SMTP listener.
15 # setting this to 'no' will also disable queueruns from /etc/ppp/ip-up.d/exim4
16 QUEUERUNNER='combined'
17 # how often should we run the queue
19 # options common to quez-runner and listening daemon
21 # more options for the daemon/process running the queue (applies to the one
22 # started in /etc/ppp/ip-up.d/exim4, too.
24 # special flags given to exim directly after the -q. See exim(8)
26 # options for daemon listening on port 25
27 SMTPLISTENEROPTIONS=''
29 # only warn once about each error
30 E4BCD_WATCH_PANICLOG='no'