8 Jul
2009
8 Jul
'09
3:39 p.m.
Hi,
I just installed 1.2.0 and I'm gonna set up some quota on my vitual users.
I' ve got dovecot set up as LDA, and currently I'm using the dict-mysql method described for 1.2.0, but it's not really working at all.
Am I correct in assuming that with this method I can define the quota limit in my dict (sql field)?
This is my current config:
dict { quotadict = mysql:/etc/dovecot-dict-sql.conf }
plugin { quota = dict:user::proxy::quotadict quota_rule = *:storage=0:messages=0 }
protocol lda { mail_plugins = quota ..... }
I want quota to be disabled unless otherwise specified in my SQL database.
// Tom