Autor: David Woodhouse Data: A: Steve Brown CC: exim-users Assumpte: Re: [exim] Callouts, NULL DSN
On Sun, 2005-08-21 at 21:10 -0700, Steve Brown wrote: > So why all the warnings in the docs about not using an address in the DSN
> and talk about callback loops?
That warning is appropriate for normal sender verification callouts. Not
for postmaster or header_sender callouts, which should have a non-empty
local sender (which doesn't trigger callouts of its own) -- or for
recipient callouts, which should use the same reverse-path as the mail
causing the callout. > --
dwmw2