[Dovecot] new configure-option --disable-index
    Marten Lehmann 
    lehmann at cnm.de
       
    Tue Jan 17 22:10:35 EET 2006
    
    
  
Hello,
> The default is autodetection.
I don't think that dovecot will be able to find my mailboxes without 
giving it a hint, because the location is neither /var/spool/mail/%u nor 
~/Maildir :-)
> Maybe there's still a way to do this. But you have to tell a little more
> about your config and post your auth section from dovecot.conf.
It's pretty short:
disable_plaintext_auth = no
auth_verbose = yes
auth default {
   mechanisms = plain
   passdb passwd-file {
     args = /pop3/conf/pop3-auth.txt
   }
   userdb passwd-file {
     args = /pop3/conf/pop3-auth.txt
   }
}
    
    
More information about the dovecot
mailing list