[Dovecot] problem with userdb_ on pgsql
    chester c young 
    chestercyoung at yahoo.com
       
    Mon Apr  3 21:42:07 EEST 2006
    
    
  
# 1
password_query = SELECT login as user, passwd as password
   FROM mail.dovecot_passwd_v WHERE login = '%n'
# 2
user_query = SELECT home, 5020 as uid, 5020 as gid
   FROM mail.dovecot_passwd_v WHERE login = '%n'
# 3
# password_query = SELECT login as user, passwd as password,
   home as userdb_home, 5020 as userdb_uid, 5020 as userdb_gid
   FROM mail.dovecot_passwd_v WHERE login = '%n'
when #3, instead of #1 and #2 is used,  it still calls a default user_query.
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
    
    
More information about the dovecot
mailing list