Re: [exim] route mail to remote host

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jasen Betts
日付:  
To: exim-users
題目: 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