diff --git a/pica-mail-mda/entrypoint.sh b/pica-mail-mda/entrypoint.sh index 652cf67ee6f345d1f1d4ed015c651e488599d2df..bd931706610d90c208236dc8932a580e8776f9a0 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 {