20 Oct
2004
20 Oct
'04
6:34 p.m.
On 20.10.2004, at 17:42, Stefano Maffulli wrote:
user_query = SELECT 1001 AS uid, 1001 AS gid, 'maildir:/var/mail/domains/%d/%n' AS maildir FROM mailbox WHERE username = '%u'
and it works. I would change it only if your sintax is the Right one :)
Hmm. Did you actually copy&paste it? "AS maildir" just gets that ignored. "AS mail" would work.
Actually, since we are at it, I was wondering yesterday why you don't mention mysql as a possible db backend for dovecot, since it seems to work like a charm.
You mean in dovecot-example.conf? Mostly because I've tried to do as little changes as possible for 0.99.x series. 1.0-tests listed mysql there, until I merged mysql and pgsql into one "sql" userdb and passdb.