On 16.7.2007, at 17.39, Gabriele Fergola wrote:
deliver(zzzz@zzzz.zz): Unknown dict module: mysql deliver(zzzz@zzz.zz): dict quota: dict_init() failed
You're trying to make deliver use mysql directly. That doesn't work,
you'll have to make it go through proxy as described in http://
wiki.dovecot.org/Quota/Dict
Based on your previous mail you apparently already tried that:
net_connect_unix(/usr/local/var/run/dovecot/dict-server) failed:
Permission denied
You can change this path from the quota proxy settings:
quota = dict:storage=10240:messages=1000 proxy:/var/run/dovecot/ dict-server:quotadict
Anyway, you might not want to use dict quota because it doesn't keep
track of quota properly when multiple sessions are modifying the
mailbox at the same time. With upcoming v1.1 this works properly.