From fe7a2114e9f9f2e4ba46bba7d2e91e63a2cc64b7 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 26 Jul 2019 11:23:34 +0200 Subject: [PATCH] restart postfix after first installing pmg-api when installing on debian, restarting postfix is necessary for it to change the bind address (default is 127.0.0.1) Signed-off-by: Dominik Csapak --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index ae8d275..8f84fc6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -32,6 +32,7 @@ case "$1" in deb-systemd-invoke reload-or-try-restart postgresql.service fi pmgconfig sync --restart + deb-systemd-invoke restart postfix.service fi pmgdb update >/dev/null 2>&1 & -- 2.39.2