Autor: Daniel Tiefnig Data: A: exim-users Assumpte: Re: [exim] Auth'd Mail to bucket-1, localsent to the world
Jean-Luc Cooke wrote: > - if incoming mail is not authenticated and not local, then process
> as normal (aliases, graylisting, procmail, etc)
Sure, there's an expansion variable again that contains the necessary
information, it's called $sender_host_authenticated. Just add a
condition to the "pipe_to_script" router that checks whether it's empty.
See "Expansion variables" in the exim specification, it contains lots of
usefull information.