Autor: Tim Jackson Datum: To: exim-users Betreff: Re: [exim] Callout addressing
tlabs wrote:
> Is there a way to specify specific addressing used when doing recipient callout verification?
> Exim handles this with a <> address, Postfix seems to use postmaster@$domain.
See the "use_sender" parameter, e.g.:
require verify = recipient/callout=use_sender
This uses the original envelope sender, which makes a lot of sense for
recipient callouts.