Jose Luis Canciani wrote:
I try to avoid calling external configuration files from run files. I figure it's just as easy to add the rblsmtpd lines manually. I leave this off by default, but perhaps I'll mention it in "Options".I would add these two "optional" things to the toaster:
* reject known-abuse mail servers: add
/usr/bin/rblsmtpd –r <antispamserver> \
to /var/qmail/control/conf-smtpd/run just before the call to /var/qmail/bin/qmail-smtpd replacing <antispamserver> with something like sbl.spamhaus.org.
* enable per-domain config for simscan: add
--enable-per-domain=y
to the configure options and run this after install:
# default options echo ":clam=yes,spam=yes,trophie=yes,spam_hits=20.1" > /var/qmail/control/simcontrol # recreate perdomain options database /var/qmail/bin/simscanmk
What do you think?
This is not a bad idea. My reasoning for NOT turning on per-domain checking, was that for people that DON'T want it, there would not be a lookup for the simcontrol.cdb file. But it's probably not adding that much overhead, esp if there's only one line. I'll think about it some more, and perhaps add that in.
Thanks for the feedback,
Bill Shupp
