No idea why it happened, all 9.x releases should be just fine. You can manually comment out below lines in file 'conf/global', then re-execute "bash iRedMail.sh":
# Unsupported releases: 7, 8.
if echo "${DISTRO_VERSION}" | grep '^[78]' &>/dev/null ; then
export UNSUPPORTED_RELEASE='YES'
fi