From 577417fac2308d4b4b01b06fa9ad85559912a997 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Wed, 11 Jul 2018 15:11:48 +0100 Subject: [PATCH] Remove redundant settings --- stretch/docker-entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stretch/docker-entrypoint.sh b/stretch/docker-entrypoint.sh index 0ebd19e..51bc62f 100755 --- a/stretch/docker-entrypoint.sh +++ b/stretch/docker-entrypoint.sh @@ -16,9 +16,9 @@ fi cat << EOF > "$CONFDIR/update-exim4.conf.conf" dc_eximconfig_configtype='$DC_EXIMCONFIG_CONFIGTYPE' dc_other_hostnames='' -dc_local_interfaces='0.0.0.0' +dc_local_interfaces='' dc_readhost='' -dc_relay_domains='*' +dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='0.0.0.0/0' dc_smarthost='${DC_SMARTHOST:-}'