[exim] adding delay after failed recipient verify

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Elliot Finley
Dátum:  
Címzett: exim-users
Tárgy: [exim] adding delay after failed recipient verify
currenty I have the following ACL statement:

accept domains = +local_domains
           endpass
           verify = recipient


I want to add a delay if recipient verification fails. Do I have to change
that ACL to this instead?

deny domains = +local_domains
        !verify = recipient
        delay = 1m


TIA

Elliot