config_query_option MASQMAIL_OPTS "Enable resolver support?" y \
                                  "--enable-resolver" \
                                  "--disable-resolver" &&

config_query_option MASQMAIL_OPTS "Enable AUTH (RFC 2554) client support?" y \
                                  "--enable-auth" \
                                  "--disable-auth" &&

config_query_option MASQMAIL_OPTS "Enable debugging?" n \
                                  "--enable-debug" \
                                  "--disable-debug"
