[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] spam blocking with ordb.org code in sendmail.cf
- Subject: [cobalt-users] spam blocking with ordb.org code in sendmail.cf
- From: Ken Marcus - Precision Web Hosting <ken@xxxxxxxxxxxxxxxx>
- Date: Tue Oct 16 22:50:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
If I recall, I copied this from a post by gsh. He had used tested it on
a raq2 for spam blocking from open relays. It works on a raq 4 also. I
just searched for
"check_mail -- check SMTP `MAIL FROM:' command argument"
added the code, and restarted sendmail /etc/rc.d/init.d/sendmail restart
Anyway, my problem is that one fairly big customer wants to get email
from a blocked address (207.137.5.3). Can I do that without unblocking
the whole server? Any ideas?
Many Thanks In Advance
Ken Marcus
Precision Web
<<
# DNS based IP address spam list rbl.maps.vix.com
R$* $: $&{client_addr}
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "Mail from " $&{client_addr}"
refused by ordb.org open relay database"
######################################################################
### check_mail -- check SMTP `MAIL FROM:' command argument
######################################################################
<<