Re: sendmail + spamassassin and SQL prefs

2011-05-16 Thread Scott
Thanks again! I updated my /etc/sysconfig/spamass-milter config with the following: EXTRA_FLAGS="-r 20 -u defaultuser -e defaultdomain" I also set the SQL query in SA's local.cf back to the default and it now filtered by email address instead of just the username. Scott. On Mon, May 16, 2011 a

Re: sendmail + spamassassin and SQL prefs

2011-05-16 Thread Matt Elson
> Ideally if spamass-milter could pass the entire email address to SA I > could deal with this in my control panel. I haven't used spamass-milter at all so take this with a grain of salt, but the following from the man page seems hopeful for your environment: http://linux.die.net/man/1/spamass-m

Re: sendmail + spamassassin and SQL prefs

2011-05-16 Thread Scott
Hi Matt! Thanks for the hints... I currently use spamass-milter which seems to send the email address to SA but excludes the domain. For example on a email like sa...@domain.com it seems to check the DB using sales. This generally wouldn't be a problem on a small corp server however I have many

Re: sendmail + spamassassin and SQL prefs

2011-05-16 Thread Matt Elson
On Fri, 13 May 2011 10:59 -0600, "Scott" wrote: > I am using Sendmail and SQL prefs with SA. The problem I am having is > that Sendmail seems to only send the username to SA when filtering so > our aliases only use the default settings. What "glue" are you using to have Sendmail call SpamAssas