About DataPacket's DNSBL
DataPacket's DNSBL, now public, efficiently combats spam and unwanted messages, aiding in maintaining a clutter-free inbox.
Features
- Beyond Just Spam: Our DNSBL doesn't just tackle spam - it helps keep your inbox free from all types of unwanted messages.
- Custom Designed: Designed to fit our unique anti-spam strategy, our DNSBL might not align perfectly with everyone's specific requirements. Use at your own risk.
- Automated IP Removal: We use an efficient algorithm that autonomously manages IP removals, ensuring the DNSBL's accuracy and relevancy.
Configuration Examples
Postfix
smtpd_recipient_restrictions =
permit_mynetworks,
reject_rbl_client dnsbl.clientnshosting.net,
permit
SpamAssassin
dnsbl_servers dnsbl.clientnshosting.net
header RCVD_IN_DNSBL eval:check_rbl('dnsbl', 'dnsbl.clientnshosting.net')
describe RCVD_IN_DNSBL Listed in dnsbl.clientnshosting.net
tflags RCVD_IN_DNSBL net
score RCVD_IN_DNSBL 1.0
Exim
deny dnslists = dnsbl.clientnshosting.net