From 971550d71a6213337ff3ac07cff90e39f7adc9e1 Mon Sep 17 00:00:00 2001 From: CdRom1 <r.maliach@live.fr> Date: Mon, 15 Oct 2018 10:10:27 +0200 Subject: [PATCH] =?UTF-8?q?abandon=20de=20l'adresse=20localhost=20en=20ipv?= =?UTF-8?q?6=20(::1)=20dans=20le=20r=C3=A9seau=20local-mail-delivery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pica-mail-mda/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-mail-mda/entrypoint.sh b/pica-mail-mda/entrypoint.sh index f92d4f6f..eac8e320 100755 --- a/pica-mail-mda/entrypoint.sh +++ b/pica-mail-mda/entrypoint.sh @@ -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 } } -- GitLab