Re: [exim] hosts = *.kolido.net not matched, even the PTR ex…

Top Page
Delete this message
Reply to this message
Author: Luca Bertoncello
Date:  
To: exim-users
Subject: Re: [exim] hosts = *.kolido.net not matched, even the PTR exists?
Heiko Schlittermann <hs@???> schrieb:

> Hello,
>
> in my ACL there I've a rule
>
>     deny    hosts = *.kolido.net


Hi, Heiko!

I have the same problem too (many Spam from kolido-Servers)...
I see, it comes from kolido.de and kolido.net.
I resolved it with a block based on the HELO data...

I have this code, in my rcpt-ACL:

  deny    message       = your host is blocked (See: http://www.$domain/postmaster_info.php)
          recipients    = !/etc/exim/alwaysreceive
          condition     = ${lookup {$sender_helo_name} nwildlsearch{/etc/exim/block.helo}{yes}{no}}


and, in my /etc/exim/block.helo I have:

*.kolido.de
*.kolido.net
*100email.net
*prod-infinitum.com.mx
*.blind-date-dinner.de
jesus.com
mail.greenfiresolution.com

Maybe it is not the best solution, but it works! :)
--
_______________________________
Luca Bertoncello
-Programmierung / Mailserver-

IMS Internet-Media-Service GmbH
Bayrische Str. 18
01069 Dresden

Fon: +49 351 2112034
Fax: +49 351 2112020
E-Mail: bertoncello@???