[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mailflooding?



Jetzt hab ich grad festgestellt, dass alles HELOs bei mir auf die
Regel angewendet werden. Auch die authentifizierten. *schluck*
Ich hab das sicherlich an die falsche Stelle gepappt:

# cat vexim-acl-check-helo.conf
  # Lets drop all messages where the HELO argument is our IP address

  accept hosts = :
  accept hosts = +relay_from_hosts
  drop condition = ${if match{$sender_helo_name}{MY_IP}{yes}{no} }
       message   = "Dropped spammer pretending to be us"
  drop condition = ${if
match{$sender_helo_name}{^[0-9]\.[0-9]\.[0-9]\.[0-9]}{yes}{no} }
       message   = "Dropped IP-only or IP-starting helo"
  drop condition = ${if !match {$sender_helo_name} {\N\.\N}}
       message   = "imbecile helo"
  accept


Gruß
Roger.


Reply to: