diff --git a/install-postfix.sh b/install-postfix.sh index 5d51321..a2e08aa 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -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 ""