[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] SendMail DNSBL config question (raq4)
- Subject: RE: [cobalt-users] SendMail DNSBL config question (raq4)
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Jul 16 10:11:08 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I have a RaQ4 with all the latest patches installed. I am
> trying to configure my server to hit the black lists to help
> slow the tide of spam down. I have been trying to follow the
> various methods located in these
> messages:
>
>
> # DNS Based IP address spam list spews
> R$* $: $&{client_addr}
> R$-.$-.$-.$- $: <?> $(dnsble
> $4.$3.$2.$1.spews.relays.orsirusoft.com. $: OK $)
> R<?>OK $: OKSOFAR
> R<?>$+<TMP> $: TMPOK
> R<?>$+ $#error $@ 5.7.1 $: "550 Mail from "
> $&{client_addr}
> " refused by spews site spres.relays.orsirisoft.com"
>
> Any ideas? Thanks..
>
Make sure you don't have any line wraps. Here's mine as an example, I've
numbered the lines so you can remove wraps:
######################################################################
### check_spews -- check against spews level 1
######################################################################
R$* $: $&{client_addr} #1
R::ffff:$-.$-.$-.$- $: <?> $(host
$4.$3.$2.$1.Spews.relays.OsiruSoft.com. $: OK $) #2
R$-.$-.$-.$- $: <?> $(host
$4.$3.$2.$1.Spews.relays.OsiruSoft.com. $: OK $) #3
R<?>OK $: OKSOFAR #4
R<?>$+ $#error $@ 5.7.1 $: "Mail from " $&{client_addr}
" Email blocked using SPEWS - see <http://test.mcwebber.com/>" #5
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.