Test rspamd

Alex JOST jost+lists at dimejo.at
Mi Jan 3 17:54:05 CET 2018


Am 03.01.2018 um 00:55 schrieb Günther J. Niederwimmer:
> Hallo,
> 
> ich bin dabei das ganze mailsystem auf rspamd umzustellen, das ist anscheinend
> gar nicht so einfach;-).
> 
> Hat jemand bessere infos für dieses system, mit dem FAQ und infos auf rspamd
> komme ich nicht so ganz klar?
> 
> Im MomenT habe ich das Problem das zB. die MailingLists für opensuse.org
> geblockt werden?

Am einfachsten geht sowas mit dem multimap module:
   https://rspamd.com/doc/modules/multimap.html


Hier mal ein Beispiel um die Bewertung für IPs von Mailing Listen 
anzupassen.

/etc/rspamd/local.d/multimap.conf:
   WHITE_IP_ML {
     type = "ip";
     map = "/etc/rspamd/maps/whitelist_ip_ml.map";
     description = "Lower the score for some IPs from mailing lists";
   }

/etc/rspamd/local.d/metrics.conf:
   symbol "WHITE_IP_ML" {
     description = "Lower the score for some IPs from mailing lists";
     score = -4.0;
   }

/etc/rspamd/maps/whitelist_ip_ml.map:
   # vger.kernel.org
   209.132.180.67

-- 
Alex JOST


Mehr Informationen über die Mailingliste Postfixbuch-users