Re: [Exim] helo verifying

Top Page
Delete this message
Reply to this message
Author: David Saez
Date:  
To: Marcus Frischherz
CC: exim-users
Subject: Re: [Exim] helo verifying
Hi !!

> I wonder how I could filter specifically for hosts, pretending to be me,


try this:

  drop    message       = Forged HELO not welcome, you are not
$sender_helo_name
          log_message   = Forged HELO: $sender_helo_name
          condition     = ${if
eq{$sender_helo_name}{$interface_address}{yes}{no}}


  drop    message       = Forged HELO not welcome, you are not
$sender_helo_name
          log_message   = Forged HELO: $sender_helo_name
          condition     = ${if
eq{$sender_helo_name}{$primary_hostname}{yes}{no}}



--
Best regards ...

System going down at 1:45 p.m. for disk crashing.

----------------------------------------------------------------
   David Saez Padros                http://www.ols.es
   On-Line Services 2000 S.L.       e-mail  david@???
   Pintor Vayreda 1                 telf    +34 902 50 29 75
   08184 Palau-Solita i Plegamans   movil   +34 670 35 27 53
----------------------------------------------------------------