> -----Original Message-----
> From: Guillermo Llenas [mailto:guillermo.llenas@team.ar.inter.net]
> I mean accept all incoming emails from: wathever@whatever without
> callout verification but only if the rcpt to: is one of my domains.
> Because some of my clients have problems to recieve emails from some
> sites that have wrong RFC configurated smtps.
Maybe something like:
accept
domains = +list_of_domains
verify = sender/callout
Where you've previously set list_of_domains to a list of domains you don't
want to do callback verification for.
You might want to change the callout verification timeout, too. (e.g.,
'sender/callout=2m') I've found that heavily loaded hosts often fail to
respond within the default 30 seconds.