Problem mit rbl

Gerald Galster list+postfixbuch at gcore.biz
So Mai 28 17:07:45 CEST 2023


> der Prototyp funktioniert - aber:
> 
> <ich at meinedomain>: host ziel.zieldomain.de[111.222.333.444] said: 550
>    5.7.1 Service unavailable; client [111.222.333.444] blocked using
>    meinerbldomain.de (in reply to RCPT TO command)
> 
> Gibt es eine Möglichkeit, hier auch "eigene Texte" als Antwort zusätzlich mitzugeben?

# postconf -d | grep default_rbl_reply
default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}

Mögliche Parameter findest Du hier:
https://www.postfix.org/postconf.5.html#default_rbl_reply

Eigene Texte kann man über rbl_reply_maps setzen:
https://www.postfix.org/postconf.5.html#rbl_reply_maps

Das verwendet man z.B. damit der eigene Spamhaus-Account nicht öffentlich wird:
https://docs.spamhaus.com/datasets/docs/source/40-real-world-usage/MTAs/020-Postfix.html

rbl_reply_maps = hash:$config_directory/dnsbl-reply-map

your_DQS_key.zen.dq.spamhaus.net=127.0.0.[2..11]	554 $rbl_class $rbl_what blocked using ZEN - see https://www.spamhaus.org/query/ip/$client_address for details
your_DQS_key.dbl.dq.spamhaus.net=127.0.1.[2..99]	554 $rbl_class $rbl_what blocked using DBL - see $rbl_txt for details
your_DQS_key.zrd.dq.spamhaus.net=127.0.2.[2..24]	554 $rbl_class $rbl_what blocked using ZRD - domain too young
your_DQS_key.zen.dq.spamhaus.net			554 $rbl_class $rbl_what blocked using ZEN - see https://www.spamhaus.org/query/ip/$client_address for details
your_DQS_key.dbl.dq.spamhaus.net			554 $rbl_class $rbl_what blocked using DBL - see $rbl_txt for details
your_DQS_key.zrd.dq.spamhaus.net			554 $rbl_class $rbl_what blocked using ZRD - domain too young
...
meinerbldomain.de                                       554 $rbl_class $rbl_what blocked using MEINERBL

Danach die Hash-Datei mit postmap /etc/postfix/dnsbl-reply-map erzeugen.

Viele Grüße
Gerald


Mehr Informationen über die Mailingliste Postfixbuch-users