- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail Notes filter using dnsbl ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 11:02 AM
09-20-2002 11:02 AM
sendmail Notes filter using dnsbl ?
instruction says to add
FEATURE(dnsbl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:15 PM
09-20-2002 12:15 PM
Re: sendmail Notes filter using dnsbl ?
Bad news. The MAPS RBL+ is no longer a free service. It is available by subscription to permit a clients' name servers to host a slave zone accessible only to the clients' mail servers.
If you want to use free dnsbls, try these:
FEATURE(dnsbl,relays.ordb.org)
FEATURE(dnsbl,list.dsbl.org)
FEATURE(dnsbl,bl.spamcop.net)
FEATURE(dnsbl,dnsbl.$m)
The first three are currently free:
http://ordb.org/
http://dsbl.org/
http://spamcop.net/
The last one would be your own in-house dnsbl.
If the m4 stuff doesn't work, then you may manually add them to ruleset Basic_check_relay (see attached).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:18 PM - last edited on 05-04-2021 07:28 AM by Ramya_Heera
09-20-2002 12:18 PM - last edited on 05-04-2021 07:28 AM by Ramya_Heera
Re: sendmail Notes filter using dnsbl ?
Run
/usr/contrib/sendmail/usr/newconfig/etc/mail/cf/cf/gen_cf
Select
15: DNS Denied
as an option (in addition to the options you normally use).