1 Feb
                
                    2011
                
            
            
                1 Feb
                
                '11
                
            
            
            
        
    
                9:22 p.m.
            
        On Tue, 2011-02-01 at 12:25 -0700, Willie Gillespie wrote:
On 02/01/2011 10:20 AM, Timo Sirainen wrote:
imapc settings have moved away from plugin {} section and mail_location.
#imapc_user = %u # default imapc_password = secret
Is there a way to pass through a password like is done with the user name?
Depends on what passdb and userdb is used. With sql, ldap, passwd-file, checkpassword it's possible by returning userdb_imapc_password=%w and using userdb prefetch to pass it through. This works of course only with plaintext authentication.