Re: [exim] callout ACLs

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: Ian P. Christian
CC: exim users
題目: Re: [exim] callout ACLs
Ian P. Christian wrote:

> The only way I can think of doing it is to use a warn, rather than
> accept, and then store the result of the callout in a variable - but
> I'm pretty sure I must be doing something wrong.


Try this:

accept
domains = +routed_domains
verify = recipient/callout=1m,...,random,defer_ok
condition = ${if !def:acl_verify_message}

I think you can remove the second stanza, because callout's "random"
option first tries a random random recipient and then the real one (if
the random was rejected).