Now i am really confused.
The result of that query i have wrotten in the last mail is this:
+--------------------------------------------+-----+-----+------------+ | maildir | uid | gid | quota_rule | +--------------------------------------------+-----+-----+------------+ | domain.net/claudio@domain.net/ | 51 | 51 | *:bytes=0 | +--------------------------------------------+-----+-----+------------+
What is missing ? maildir can't be sufficient as home directory?
Regards,
Claudio.
Pascal Volk ha scritto:
On 10/26/2009 06:05 PM Claudio Prono wrote:
My user_query is this:
user_query = SELECT maildir, 51 AS uid, 51 AS gid, CONCAT('*:bytes=', mailbox.quota ) AS quota_rule FROM mailbox WHERE username = '%u' AND active = '1'
Is wrong?
There is still no home directory for your users. The home directory is the place for a user's:
- Maildir, mbox (or which mailbox format ever you choose)
- .dovecot.sieve (script or link)
- sieve directories for sieve scripts
- .dovecot.lda-dupes
Regards, Pascal