Re: [Exim] How to enforce lookup time?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Alexander V Alekseev
Datum:  
To: edouard.boucher, Kevin Reed
CC: 'Exim Users'
Betreff: Re: [Exim] How to enforce lookup time?
        Hello!

    Yes! Thanks a lot.


        Bye. Alex.


On Thu, 7 Aug 2003 edouard.boucher@??? wrote:

> There is an exemple of setting this in the ACL section of the doc.
>   deny    ...some conditions...
>           delay = 30s

>
> in ...some conditions... you can put your lookup :
> dbm;/path/to/known/spammer/file
> (it doesnt have to be dbm, you can use other lookups)
>
> so the acl would be :
> deny dbm;/path/to/known/spammer/file
>      delay = 30s
>      message = relay not permitted


On Thu, 7 Aug 2003, Kevin Reed wrote:

> Might be you are looking for...
>
>     delay = value