Re: [exim] rDNS MX check

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mike Cardwell
日付:  
To: Exim Mailing List
題目: Re: [exim] rDNS MX check
Searcher wrote:

> Anyone could help me with a reverse dns check and mx matching condition for
> ACL?
>
> deny   
>     message        = Sorry, your IP address is not an allowed MX Server
>     mx_accept      = 1.1.1.1 : 2.2.2.2 : 3.3.3.3
>     condition      = ${if match{${lookup dnsdb {>: mxh =
> $mx_accept}}}{1}{0}}


Hi. What exactly are you trying to do? I can't figure it out...

Mike