From dad9c8a07f0883f66d8cad27c81360c354d65ecf Mon Sep 17 00:00:00 2001 From: CdRom1 <r.maliach@live.fr> Date: Mon, 8 Oct 2018 11:26:14 +0200 Subject: [PATCH] typo --- 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 652cf67e..bd931706 100755 --- a/pica-mail-mda/entrypoint.sh +++ b/pica-mail-mda/entrypoint.sh @@ -11,7 +11,7 @@ EOF ip address show eth0 | grep inet | cut -b 10-19 ETH0_ADRESS=$(ip address show eth0 | grep inet | cut -b 10-19) -CAT <<EOF > /etc/dovecot/conf.d/10-master.conf +cat <<EOF > /etc/dovecot/conf.d/10-master.conf pica: lmtp (local delivery agent) via tcp, in order to allow connections from hosts on local network (i.e. VMs on Alice & Bob) a config block like this will be added at compilation: service lmtp { -- GitLab