message ""
message "${PROBLEM_COLOR}If you are upgrading ${SPELL}, and depending on the version you are currently running, this could be a major upgrade which might break things."
message ""
message "See ${DEFAULT_COLOR}http://www.courier-mta.org/install.html#upgrade${PROBLEM_COLOR} for more information."
message ""
message "Please make sure you have backed up your data and configuration files, and that you have run a test install before putting this into a production environment."
message ""
message "Consider this to be your official warning.${DEFAULT_COLOR}"
message ""

if  !  query  "Are you comfortable with continuing the install?"  n
then
    return  1
fi

