Re: [exim] Domain filtering in router

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Adrian Chapela
日付:  
To: Exim Mailing List
題目: Re: [exim] Domain filtering in router
Hello,

I am experimenting with conditions and I think this could be a posible
solution:

condition = "${if and { {match_ip{$sender_host_address}{192.168.1.21}}
{ match_domain{$domain}{+local_domains}}}}"

My problem now is the "$domain" variable. This variable is the domain of
sender but I need filter by the domain of recipient. I want to bypass
filter all mails sent in local network which doman destiny is a local
domain... What is the recipient domain variable ?? I can't find it in
documentation....

Thank you!