Benutzung - via DNS, z.B.
IP-Adresse des sendenden Rechners: |
192.168.23.5 |
DNS-Abfrage des empf. MTAs: |
5.23.168.192.blackholes.mail-abuse.org |
DNS-Antwort, wenn in MAPS: |
A 127.0.0.2 ... TXT "..." |
Mail-Server-Software
- sendmail 8.10:
- M4 -
FEATURE(dnsbl)
- Exim:
-
# reject messages whose sending host is in MAPS/RBL
# add warning to messages whose sending host is in ORBS
rbl_domains = blackholes.mail-abuse.org/reject : relays.orbs.org/warn
# but allow mail to postmaster@my.dom.ain even from rejected host
recipients_reject_except = postmaster@my.dom.ain
|
|