Skip to content
Snippets Groups Projects
Commit 4e920aa1 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

fix inet warning fixup postfix

parent 86597788
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ RUN \
virtual_alias_maps=mysql:/etc/postfix/virtual-alias-maps.cf \
local_recipient_maps=\$virtual_mailbox_maps && \
/opt/editconf.py /etc/postfix/main.cf \
mynetworks="127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.17.42.0/24"
mynetworks="127.0.0.0/8 172.17.42.0/24"
#RUN /opt/editconf.py /etc/postfix/main.cf \
#smtp_tls_security_level=dane \
......
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