Re: [Exim] Default quota value, when using lookups?

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Richard, WhidbeyNet NOC, exim-users
Tárgy: 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.

ciao