On 6.2.2013, at 16.09, Rafael VOlpe TI wrote:
> I use mailbox in nfs share.
> When i set the option "mail_nfs_index = yes" the dovecot fails to start.
>
> Looking at logs, only prompted this:
>
> "Feb 6 11:07:25 picapau kernel: [ 1436.376023] init: dovecot main process
> (4177) terminated with
Hi Buddies,
dovecot-sql.conf
driver = mysql
connect = host=127.0.0.1 dbname=postfix user=postfix password=secret
default_pass_scheme = plain
password_query = SELECT username as user, password \
FROM mailbox WHERE username = '%u' AND active = 1
user_query = SELECT concat("/var/vmail/", maildir)