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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Richard, WhidbeyNet NOC, exim-users
Betreff: 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