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

Re: Mailflooding?



> das hier kann ...
>
>>> accept authenticated = *
>
> ... bleiben und sollte auf jeden Fall vor deinen Helo-Checks stehen.

Bringt mir aber auch Fehlermeldungen:
"cannot test authenticated condition in EHLO or HELO ACL"
Vielleicht hab ich was in der Konfig falsch:

# cat vexim-acl-check-helo.conf
  accept hosts = :
  accept hosts = +relay_from_hosts
  accept authenticated = *
  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: