From 1f4de1372a39390f15d0f9fa9b2dcd3516b2c0f2 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 31 Aug 2019 14:28:38 +1000 Subject: [PATCH] Updated SMTP Server - check_updates_deb --- check_updates_deb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_updates_deb b/check_updates_deb index 435aded..9b02875 100755 --- a/check_updates_deb +++ b/check_updates_deb @@ -18,7 +18,7 @@ MAILTO="support@comprofix.com" MAILFROM="support@comprofix.com" THISSERVER=$(hostname -f) -SMTP="mail.comprofix.local" +SMTP="webserver.home.comprofix.com" AUTOUPDATE="no" LOGFILE="/var/log/server_maint.log"