The Dovecot version is 1.2.8 and i am using an LDAP for a user database. The problem is following... i would like to use a quota dictionary backend from file rather than sql proxy for some reasons. Is it possible to get the full path for dovecot-quota file location from LDAP like from mail variable (/mailboxes/storage_01/domain.org/u/us/use/user/dbox/dovecot-quota)?
/etc/dovecot/dovecot-ldap.conf
user_attrs = storageBase=home,mailMessageStore=mail=dbox:~/%$/dbox/,mailQuota=quota_rule=*:bytes=%$,mailQuotaMessageLimit=quota_rule2=*:messages=%$
Also is it also possible the same for sieve location?
I can solve the problem by adding in dovecot.conf
sieve = /var/sieve/%Ld/%Ln/dovecot.sieve
but i would like to have it all in one place ...
t
-- View this message in context: http://old.nabble.com/Dovecot-1.2.%2B-tp26803721p26803721.html Sent from the Dovecot mailing list archive at Nabble.com.