with greylisting (sqlgrey, although I'm not sure about postgrey) you should see an extra header
X-Greylist: delayed 00:17:41.4068 by SQLgrey-1.7.4
I've got dspam running on loudas.com 2.8g intel with 3gb ram .. seems to be alright .. hosting a bunch of domains loudas.com terminaladdict mandrivauser*.* etc
pretty easy to get running, althought permission was my biggest head ache
chmod 77 this directory, and that directory etc etc
the dspam.conf is pretty straight forward reading
I created an extra mail box (spam@loudas.com) and have changed amavis to quarantine method spam\@loudas.com (or what ever the syntax is)
this is so I can catch false positives, and store them in a ham folder for later learning.
install dspam, get the thing started, working through log files etc for errors.
then once your happy with it, just add it into amavisd
I assume you have postfix listening on a different port for amavis in master.conf?
ignore all the stuff about dspam creating ports and crap.
Just get it so it runs from the command line without errors.
then you add it to amavisd.conf like this
$dspam = 'dspam'
then in /etc/spamassassin/local.conf I've added this:
### Place more weight on DSPAM's opinion
header DSPAM_SPAM X-DSPAM-Result =~ /^Spam$/
score DSPAM_SPAM 6.0
header DSPAM_HAM X-DSPAM-Result =~ /^Innocent$/
score DSPAM_HAM -0.5
that's it .. sit back and watch it kill spam eventually
if you start with an empty db then it will take a while to learn.
my current db is around about 1.6gb :shock: