9 Dec
2009
9 Dec
'09
9:21 p.m.
On Wed, 2009-12-09 at 11:13 -0800, Richard Stockton wrote:
password_query = .., '/mail/' || home as userdb_mail, ..
Then the mail_location in dovecot.conf will be completely ignored.
I assume you meant to have me change it to: password_query = .., '/mail/' || home as userdb_home, .. since there is no "mail" field in my DB table.
No, I meant userdb_mail. The "mail" field isn't about having such field in database, but about presenting the mail field to Dovecot. Or actually I messed it up anyway, I meant:
password_query = .., 'maildir:/mail/' || home as userdb_mail, ..