All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
31 lines
1.1 KiB
Django/Jinja
31 lines
1.1 KiB
Django/Jinja
# /etc/exim4/update-exim4.conf.conf
|
|
#
|
|
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
|
|
# yourself or use 'dpkg-reconfigure exim4-config'
|
|
#
|
|
# Please note that this is _not_ a dpkg-conffile and that automatic changes
|
|
# to this file might happen. The code handling this will honor your local
|
|
# changes, so this is usually fine, but will break local schemes that mess
|
|
# around with multiple versions of the file.
|
|
#
|
|
# update-exim4.conf uses this file to determine variable values to generate
|
|
# exim configuration macros for the configuration file.
|
|
#
|
|
# Most settings found in here do have corresponding questions in the
|
|
# Debconf configuration, but not all of them.
|
|
#
|
|
# This is a Debian specific file
|
|
|
|
dc_eximconfig_configtype='satellite'
|
|
dc_other_hostnames='{{ exim_other_hostnames }}'
|
|
dc_local_interfaces='{{ exim_local_interfaces }}'
|
|
dc_readhost='{{ exim_readhost }}'
|
|
dc_relay_domains=''
|
|
dc_minimaldns='false'
|
|
dc_relay_nets=''
|
|
dc_smarthost='{{ exim_smarthost_host }}::{{ exim_smarthost_port }}'
|
|
CFILEMODE='644'
|
|
dc_use_split_config='false'
|
|
dc_hide_mailname='true'
|
|
dc_mailname_in_oh='true'
|
|
dc_localdelivery='mail_spool'
|