Re: [Exim] EXIM 4 | Sender/Callout | Exceptions

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mike Zanker
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] EXIM 4 | Sender/Callout | Exceptions
On 27 April 2004 13:32 -0700 Clark Stacer <cds@???> wrote:

> So, my question is, how can I configure the ACL to NOT do
> sender/callout on just a few domain names/smtp hosts?


You need something like:

deny sender_domains = !example.domain : !another.domain
    !verify         = sender/callout=random


(or !+excluded_domains if you want to list them elsewhere).

Regards,

Mike.