Re: [exim] RATELIMIT

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: Re: [exim] RATELIMIT
On 25/02/14 17:38, Matt wrote:
> Then I want a separate ratelimit for those that are authenticated.
> Can someone tell me how to do that?


warn !authenticated = *
      <stuff>


warn authenticated = *
      <different-stuff>


-- 
Cheers,
    Jeremy