On Aug 6, 2009, at 6:34 PM, Darvin Denmian wrote:
Hello again,
God don't want that this solution work for me :(
I updated "user_query" to:
user_query = SELECT maildir, 1001 AS uid, 1001 AS gid , \
'Clients' AS autocreate, mail_plugins \
FROM mailbox WHERE username = '%u' AND active='1'
And still don't work.
You want "Clients" mailbox to be created, right? If you do:
1) Remove the autocreate from user_query and add "autocreate =
something" to plugin section. Does it get created?
2) Add the autocreate back to user_query, keep autocreate=something in
plugin section. Does either one of them get created?