Re: [exim] HELO verification

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: Tony Marques
CC: exim-users
題目: Re: [exim] HELO verification
Quoting Tony Marques:
> I would just like to add to remember to reject your own domain
> names.... unless you like to talk you yourself. Also very popular
> among viruses.


The OP wrote he's already doing that, so I skipped that rules:

Block EHLO [my.ip.add.ress]:

condition = ${if eq {[$interface_address]}{$sender_helo_name}}
condition = ${if !eq {$interface_address}{$sender_host_address}}

Block EHLO my.dom.ain:

condition = ${if !eq {$interface_address}{$sender_host_address}}
condition = ${if match_domain {$sender_helo_name}{+local_domains}}