Re: [exim] route mail to remote host

Góra strony
Delete this message
Reply to this message
Autor: Jasen Betts
Data:  
Dla: exim-users
Temat: Re: [exim] route mail to remote host
On 2014-06-30, Always Learning <exim@???> wrote:
>
>
> Why can't the other person (OP) actually avoid the creation of a special
> acl variable and simply put his code in a router like this:-
>
>
> monday:
>         local_parts  = fred
>         domains      = abc.example.com
>         driver       = manualroute
>         transport    = it_is_special
>         route_list   = * special.example.org

>


looking back it appears he wants to do it based on the sender of the email

 tuesday:
         driver       = manualroute
         transport    = it_is_special
         route_list   = * special.example.org
     condition    = ${if eqi{$sender_address}{joe@???}}


--
umop apisdn