config_query_list DOVECOT_IOLOOP                             \
                  'What ioloop do you want'                  \
                  poll                                       \
                  epoll                                      &&
config_query_option DOVECOT_OPTS                             \
                    'Build with /etc/passwd support'         \
                    y                                        \
                    "--with-passwd"                          \
                    "--without-passwd"                       &&
config_query_option DOVECOT_OPTS                             \
                    'Build with passwd-like file support'    \
                    y                                        \
                    "--with-passwd-file"                     \
                    "--without-passwd-file"                  &&
config_query_option DOVECOT_OPTS                             \
                    'Build with checkpassword support'       \
                    y                                        \
                    "--with-checkpassword"                   \
                    "--without-checkpassword"                &&
config_query_option DOVECOT_OPTS                             \
                    'Build with static userdb support'       \
                    y                                        \
                    "--with-static-userdb"                   \
                    "--without-static-userdb"                &&
config_query_option DOVECOT_OPTS                             \
                    'Build with prefetch userdb support'     \
                    y                                        \
                    "--with-prefetch-userdb"                 \
                    "--without-prefetch-userdb"              &&
config_query_option DOVECOT_OPTS                             \
                    'Build POP3 server'                      \
                    y                                        \
                    "--with-pop3d"                           \
                    "--without-pop3d"                        &&
config_query_option DOVECOT_OPTS                             \
                    'Install documentation'                  \
                    y                                        \
                    "--with-docs"                            \
                    "--without-docs"                         &&
config_query_option DOVECOT_OPTS                             \
                    'Enable IPv6 support'                    \
                    y                                        \
                    "--enable-ipv6"                          \
                    "--disable-ipv6"
