if ! is_depends_enabled $SPELL stunnel; then
    if [[ -e "${INSTALL_ROOT}/etc/xinetd.d/imapd-stunnel" ]]; then
        message "${MESSAGE_COLOR}Updating xinetd imapd file (without stunnel)${DEFAULT_COLOR}" &&
        cp -v "${SCRIPT_DIRECTORY}/imapd-stunnel_withoutopenssl" "${INSTALL_ROOT}/etc/xinetd.d/imapd-stunnel"
    fi &&

    if [[ -e "${INSTALL_ROOT}/etc/xinetd.d/pop3-stunnel" ]]; then
        message "${MESSAGE_COLOR}Updating xinetd pop3d file (without stunnel)${DEFAULT_COLOR}" &&
        cp -v "${SCRIPT_DIRECTORY}/pop3-stunnel_withoutopenssl" "${INSTALL_ROOT}/etc/xinetd.d/pop3-stunnel"
    fi
fi
