Re: [Exim] Per User Quota

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tamas TEVESZ
Päiväys:  
Vastaanottaja: Dan Egli
Kopio: exim-users
Aihe: Re: [Exim] Per User Quota
On Wed, 24 Oct 2001, Dan Egli wrote:

> Ok. I got quota errors working right, but one thing I haven not as of yet
> found is a method of defining quotas on a per user basis. I.e. bitwize has
> 50MB quota, moord has 10MB, ect...


if you can do a lookup on it (which i'm almost sure you can), then
(assuming your previous file format which iirc was
"username:password:quota") it'll look something like

quota = ${extract{2}{:}{${lookup{${local_part}}lsearch{/etc/exim/users}}}}

hope i didn't misbrace


--
[-]