Author: Nico Erfurth Date: To: Richard, WhidbeyNet NOC, exim-users Subject: Re: [Exim] Default quota value, when using lookups?
Richard, WhidbeyNet NOC wrote: > A quota can be obtained by using the Exim 4 "quota" value and doing an
> ldap lookup:
>
> quota = ${lookup
> ldap{ldap:///uid=${local_part},ou=people,dc=test,dc=net?mailQuota?base?}
> {$value} {DEFAULTQUOTA}}
This should do the job, IIRC, the second value is used if nothing is
returned.