./configure --with-sia
# ./dovecot --build-options
Build options: ioloop=poll ipv6 openssl
SQL drivers:
Passdb: checkpassword passwd passwd-file
Userdb: checkpassword passwd prefetch passwd-file static
# ./dovecot --version
1.0.8
# ./dovecot -n
# 1.0.8: /usr/local/etc/dovecot.conf
protocols: pop3
listen: *:10100
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/pop3-login
mail_extra_groups: mail
mail_executable: /usr/local/libexec/dovecot/pop3
mail_plugin_dir: /usr/local/lib/dovecot/pop3
pop3_uidl_format: %08Xu%08Xv
auth default:
   passdb:
     driver: passwd
   userdb:
     driver: passwd
Configuration simplified to determine why authentication is [still] failing.
Any assistance would be greatly appreciated.
On Fri, 2007-11-30 at 20:12 -0600, J Bacher wrote:> ./configure --with-siaDid configure list sia in passdbs?> # ./dovecot --build-options > Build options: ioloop=poll ipv6 openssl > SQL drivers: > Passdb: checkpassword passwd passwd-file > Userdb: checkpassword passwd prefetch passwd-file staticLooks like --build-options never lists sia. Fixed now in hg.> passdb: > driver: passwdYou should be using passdb sia here. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071202/b1cf1c17/attachment-0002.bin>
Timo Sirainen wrote:> On Fri, 2007-11-30 at 20:12 -0600, J Bacher wrote: >> ./configure --with-sia > > Did configure list sia in passdbs? > >> # ./dovecot --build-options >> Build options: ioloop=poll ipv6 openssl >> SQL drivers: >> Passdb: checkpassword passwd passwd-file >> Userdb: checkpassword passwd prefetch passwd-file static > > Looks like --build-options never lists sia. Fixed now in hg.That's it. It was purely cosmetic. Thank you.