From 9772f1a4c13d908fff155339edda102fea16c300 Mon Sep 17 00:00:00 2001 From: CdRom1 <r.maliach@live.fr> Date: Wed, 28 Nov 2018 19:27:23 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20de=20d=C3=A9mon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pica-mail-mta/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pica-mail-mta/entrypoint.sh b/pica-mail-mta/entrypoint.sh index 8d6315dc..364bd2c7 100755 --- a/pica-mail-mta/entrypoint.sh +++ b/pica-mail-mta/entrypoint.sh @@ -92,4 +92,5 @@ if [ "$1" == true ]; then exit 2 fi -/usr/lib/postfix/sbin/master -c /etc/postfix -d +service postfix start +tail -F /var/log/mail.log -- GitLab