From b4cff0fb6c7defa69ccbc80f9014b32c0d1cf8e4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Sep 2023 21:39:04 -0500 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-postfix.sh b/install-postfix.sh index 24008bb..5d51321 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -74,8 +74,8 @@ case "$choice" in read TESTEMAIL if [ "${TESTEMAIL}" != "" ]; then - if [ "${TESTEMAIL}" = "txt" ]; then - TESTEMAIL='9208839613@txt.att.net' + if [ "${TESTEMAIL}" = "push" ]; then + TESTEMAIL='b3upzaom7a@pomail.net' elif [ "${TESTEMAIL}" = "mms" ]; then TESTEMAIL='9208839613@mms.att.net' fi