Update log message

This commit is contained in:
Zehir 2016-08-20 16:02:25 +02:00
parent 45b5ef0065
commit be3601cc94
1 changed files with 1 additions and 1 deletions

View File

@ -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"