Steve Bush wrote:
>
> I use Charlie Brady's contrib:
>
ftp://ftp.e-smith.org/pub/e-smith/contrib/CharlieBrady/RPMS/noarch/e-smith-mailfront-1.0.0-02rbl.noarch.rpm>
> This works with SME5.6U4.
> I modified the rbl lists that it uses:
> The file I modified was:
> /var/service/smtpfront-qmail/rblsmtpd.conf
>
> Mine contains:
> RBLARGS="$RBLARGS -b -C -r list.dsbl.org -r sbl.spamhaus.org
> -r bl.spamcop.net -
> r relays.osirusoft.com -r spews.relays.osirusoft.com"
>
> I see quite a bit of spam being blocked.
> You can see what's blocked by using the following command:
> more /var/log/smtpfront-qmail/current |grep rblsmtpd
>
> Good Luck
I forced this onto 5.5 with an updated version of mailfront as well. I'm currently using only sbl.spamhaus.org and ril.habeas.com (proven to have violated the Habeas contract about not spamming) because I've personally had valid sites come up on the others. I've asked a few other employees, and they say they get virtually no spam. I'm not a big fan of huge blacklists controlled by someone else, so my advice is to start small rather than blocking half the internet. You can also use "-a sa.bondedsender.org" for allowing known good connections.
Also, I copied the default rblsmtpd.conf into /etc/e-smith/templates/var/service/smtpfront-qmail/rblsmtpd.conf/10default and put my changes into /etc/e-smith/templates-custom/var/service/smtpfront-qmail/rblsmtpd.conf/10default. Obviously not the best way to template things (Charlie said it would be easy to add a db for a list of RBLs), but this way I can easily undo my changes if I screw something up.