config_query  IMAP_MAILSUBDIR  "Apply patch to use ~/.imap/ as a mail sub-directory?"  y  &&

if  spell_ok openssl;  then
  config_query  IMAP_SSL  "Use openssl (for stunnel) for imapds?"  y
else
  config_query  IMAP_SSL  "Use openssl (for stunnel) for imapds?"  n
fi  &&

if  spell_ok  linux-pam;  then
  config_query  IMAP_PAM  "Use Linux-PAM for PAM authentication?"  y
else
  config_query  IMAP_PAM  "Use Linux-PAM for PAM authentication?"  n
fi
