Update install-postfix.sh

This commit is contained in:
2023-09-09 21:41:15 -05:00
parent b4cff0fb6c
commit 489eb29149

View File

@@ -79,7 +79,7 @@ case "$choice" in
elif [ "${TESTEMAIL}" = "mms" ]; then
TESTEMAIL='9208839613@mms.att.net'
fi
echo "Test Alert Body" | mail -r ${pffromemail}@scity.us -s "Test Alert Subject" $TESTEMAIL
echo "Received from: $(hostname) ($(hostname -f))" | mail -r ${pffromemail}@scity.us -s "Test Message (Postfix Install)" $TESTEMAIL
fi
echo ""