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

abandon de l'adresse localhost en ipv6 (::1) dans le réseau local-mail-delivery

parent 5f06590a
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -13,7 +13,7 @@ ETH0_ADRESS=$(ip address show eth0 | grep inet | cut -b 10-19)
cat <<EOF >> /etc/dovecot/conf.d/10-master.conf
service lmtp {
inet_listener lmtp {
address = ${ETH0_ADRESS} 127.0.0.1 ::1
address = ${ETH0_ADRESS} 127.0.0.1
port = 24
}
}
......
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