config_query_option GRINGOTTS_ROOT_FILTER "Strictly forbid access to the root user?" n \
                     "--enable-root-filter" "--disable-root-filter" &&
config_query_option GRINGOTTS_ENV_CHECK "Reset environment on startup? (disable this if it refuses to start)" y \
                     "--enable-env-check" "--disable-env-check"  &&
config_query_option GRINGOTTS_ATTACH_LIMIT "Enable 2Mb limit for attached files?" y \
                     "--enable-attach-limit" "--disable-attach-limit"  
