1939f3e8ec
Move the exim role to be a "generic" role in the top-level roles/ directory, making it available for use as a Zuul role. Update the linters jobs to look for roles in the top level Update the Role documentation to explain what the split in roles is about. Change-Id: I6b49d2a4b120141b3c99f5f1e28c410da12d9dc3
22 lines
877 B
Django/Jinja
22 lines
877 B
Django/Jinja
EX4DEF_VERSION=''
|
|
|
|
# 'combined' - one daemon running queue and listening on SMTP port
|
|
# 'no' - no daemon running the queue
|
|
# 'separate' - two separate daemons
|
|
# 'ppp' - only run queue with /etc/ppp/ip-up.d/exim4.
|
|
# 'nodaemon' - no daemon is started at all.
|
|
# 'queueonly' - only a queue running daemon is started, no SMTP listener.
|
|
# setting this to 'no' will also disable queueruns from /etc/ppp/ip-up.d/exim4
|
|
QUEUERUNNER='combined'
|
|
# how often should we run the queue
|
|
QUEUEINTERVAL='{{ exim_queue_interval }}'
|
|
# options common to quez-runner and listening daemon
|
|
COMMONOPTIONS=''
|
|
# more options for the daemon/process running the queue (applies to the one
|
|
# started in /etc/ppp/ip-up.d/exim4, too.
|
|
QUEUERUNNEROPTIONS=''
|
|
# special flags given to exim directly after the -q. See exim(8)
|
|
QFLAGS=''
|
|
# options for daemon listening on port 25
|
|
SMTPLISTENEROPTIONS=''
|