Skip to content
Snippets Groups Projects
Unverified Commit 503cb391 authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

FIx d'un problème de permission faisant planter opendmarc et opendkim

parent 7ece3839
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -132,6 +132,10 @@ cat <<EOF >> /etc/postfix/master.cf
smtps inet n - y - - smtpd
EOF
#workaround pour un problème de permission
touch /var/log/opendmarc.log
chmod 777 /var/log/opendmarc.log
#configuration du socket TCP/IP, on est obligé d'utiliser ipv4 pour la local delivery car les docker network ne supportent pas iPv6 par défaut
postconf -e "inet_protocols = ipv4"
#enregistrement de cette instruction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment