From 5af89a2956fc0283d836c7587a9559c08ca718d8 Mon Sep 17 00:00:00 2001 From: cmharper <1422608+cmharper@users.noreply.github.com> Date: Thu, 11 Apr 2019 17:46:17 +0100 Subject: [PATCH] Restart postfix after edits --- setup/web.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/web.sh b/setup/web.sh index b94b9e4e..e147f93f 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -168,6 +168,7 @@ chown -R $STORAGE_USER $STORAGE_ROOT/www # Start services. restart_service nginx restart_service php7.2-fpm +restart_service postfix # Open ports. ufw_allow http