[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: /etc/mail/access
- Subject: [cobalt-users] Re: /etc/mail/access
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Tue Dec 23 17:14:01 2003
- Organization: BRTNet
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
So which open relay database is the best one to use?
I am currently using ordb.org.
I have these three in my sendmail.cf:
# DNS based IP address spam list sbl.spamhaus.org
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.sbl.spamhaus.org. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.sbl.spamhaus.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "550 Email rejected. See
http://www.spamhaus.org/"
# DNS based IP address spam list relays.ordb.org
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "550 Email rejected (sending
server misconfigured). See http://www.ordb.org/faq/\#why_rejected"
# DNS based IP address spam list dnsbl.njabl.org
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.dnsbl.njabl.org. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.dnsbl.njabl.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "550 Email rejected. See
http://www.njabl.org/"
(these start around line 999 in case you want to know where to start
looking and/or adding)
Today I've blocked 86 spam emails so far. 9 were blocked by spamhaus, 3
were blocked by ordb, and 63 were blocked by njabl. njabl does the
heavy lifting for me!