hostkarma yellow list wird geblockt
Hallo! Ich nutze die Blacklist von hostkarma:
$ postconf -n smtpd_recipient_restrictions smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:2525 reject_unauth_destination reject_unknown_sender_domain reject_unknown_reverse_client_hostname check_client_access hash:/etc/postfix/client_access check_client_access cidr:/etc/postfix/client.cidr reject_non_fqdn_helo_hostname check_sender_access regexp:/etc/postfix/senderregexs reject_rbl_client ix.dnsbl.manitu.net reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2 check_recipient_access hash:/etc/postfix/spezialrecipient
Insbesondere wird hostkarma nur an dieser einen Stelle benutzt: $ find /etc/postfix -type f -exec grep hostkarma {} /dev/null ; /etc/postfix/main.cf: reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2
Das Problem ist, dass ich jetzt schon mehrfach beobachtet habe, dass nicht nur geblacklistete Adressen (127.0.0.2) sondern auch die von der yellow list (127.0.0.3) geblockt werden.
Beispiel aus dem Log: Sep 27 06:06:03 adm3 postfix/smtpd[13443]: NOQUEUE: reject: RCPT from uspmta121183.emsmtp.com[185.4.121.183]: 554 5.7.1 Service unavailable; Client host [185.4.121.183] blocked using hostkarma.junkemailfilter.com; Yellow listed 185.4.121.183 See http://wiki.junkemailfilter.com/index.php/Spam_DNS_Lists; from=wwwrun@xpressus.emsmtp.com to=AAAAA@AAAAAAAAAAA.de proto=ESMTP helo=<uspmta121183.emsmtp.com>
Das Ganze lauft auf Debian stable: $ dpkg -l | grep "postfix " ii postfix 3.4.5-1 amd64 High-performance mail transport agent
Was mach ich falsch?
Hi Jürgen, *,
Am 27.09.19 um 18:44 schrieb Jürgen Dollinger:
Hallo! Ich nutze die Blacklist von hostkarma:
Ich hatte auch Probleme mit hostkarma: etliche der t-online mailout Server waren yellowlisted, andere blacklisted. Manche mails von t-onlineboxen kamen an - andere nicht.
Meine Anfrage diesbezüglich vom 22.07.19 blieb bis heute unbeantwortet:
================= t-online is the main ISP in Germany with many customers using t-online.de mailboxes. Their mailout servers are published here: https://postmaster.t-online.de/index.en.html#t7.1
At https://ipadmin.junkemailfilter.com/remove.php those are treated in different listingmodes:
for example https://ipadmin.junkemailfilter.com/remove.php?ip=194.25.134.84 is black listed
while https://ipadmin.junkemailfilter.com/remove.php?ip=194.25.134.85 is yellow listed, which I consider reasonable.
This results in randomly blocking or delivering mails sent via t-online.de.
Is this an issue for You? =================
Meine Schlussfolgerung: hostkarma liegt im Sterben. Habe sie deshalb rausgeschmissen.
[..]
Was mach ich falsch?
Hostkarma verwenden?
hth
Friedrich Strohmaier wrote:
Ich hatte auch Probleme mit hostkarma: etliche der t-online mailout Server waren yellowlisted, andere blacklisted. Manche mails von t-onlineboxen kamen an - andere nicht.
Ich weiss, deshalb hab ich einige der t-online Adressen auf meine whitelist gesetzt, dann werden die RBLs nicht geprueft.
Aber hostkarma ist nicht mein Problem hier, ich habe ein Postfix-Problem: Ich sage postfix er soll nur blocken wenn hostkarma 127.0.0.2 sagt reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2 dann sagt hostkarma 127.0.0.3 (Yellow list) und postfix blockiert trotzdem!
Teilnehmer (2)
-
Friedrich Strohmaier
-
Jürgen Dollinger