From be3601cc943d70bb0662d0dcf83607d0b1016c14 Mon Sep 17 00:00:00 2001 From: Zehir Date: Sat, 20 Aug 2016 16:02:25 +0200 Subject: [PATCH] Update log message --- target/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 27968740..3805f274 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -207,7 +207,7 @@ container_ip=$(ip addr show eth0 | grep 'inet ' | sed 's/[^0-9\.\/]*//g' | cut - container_network="$(echo $container_ip | cut -d '.' -f1-2).0.0" case $PERMIT_DOCKER in "host" ) - echo "Adding host in my networks" + echo "Adding $container_network/16 to my networks" postconf -e "$(postconf | grep '^mynetworks =') $container_network/16" bash -c "echo $container_network/16 >> /etc/opendmarc/ignore.hosts" bash -c "echo $container_network/16 >> /etc/opendkim/TrustedHosts"