-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I see most people are telling you to use some tool besides sendmail, which does not answer your question. Yes, sendmail can block spam for you. go to /etc/mail/sendmail.mc
Add the following lines (if they're not already there) FEATURE(`blacklist_recipients')dnl FEATURE(`dnsbl',`relays.osirusoft.com')dnl FEATURE(`dnsbl',`sbl.spamhaus.org')dnl FEATURE(`dnsbl',`relays.ordb.org')dnl FEATURE(`dnsbl',`dnsbl.sorbs.net')dnl Then run the following: m4 /etc/mail/sendmail.mc > /etc/sendmail.cf The first feature line tells sendmail to use black hole lists. The following four features tell sendmail what black hole lists to use (there are many more). You may want to experiment some, as they may block some legitimate traffic, as well. The last line is a command to recompile your sendmail.cf file with the features added. - -----Original Message----- From: Scott Skrogstad [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 7:48 PM To: [EMAIL PROTECTED] Subject: Spam blocking for Sendmail I have a virtual server that serves about 8 domains. We are getting a ton of junk mail and I am wondering what I can use with Sendmail to help cut down on the spam that I am recieving? Thank you, Scott Skrogstad Computer Integration Inc. http://race.coiinc.com - -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.5.3 iQA/AwUBPor1VtPjBkUEZx5AEQJgyACgypHQ34rEJFjXcEU8KvLQUxIkHhIAoO9W RHg39J8VazZiVfYNSYqG4MIa =qHyj -----END PGP SIGNATURE----- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list