Re: [exim] Exim.conf Setting for passing username@hostserver…

Top Page
Delete this message
Reply to this message
Author: Stanislaw Halik
Date:  
To: exim-users
Subject: Re: [exim] Exim.conf Setting for passing username@hostservername to spamc for Remote Spamd by Exiscan
On Fri, Apr 21, 2006, elik@??? wrote:
> I would like to get some help on trying to resolve a problem of mine
> here. We have offloaded all spamassassin off to the remote dedicated
> server, and it works great. However, I have one problem. I need to
> figure out a way to make exim pass the username plus the host servername
> to the spamd so it can query the MySQL DB and acts on the user prefs if
> it exists for that user.


replace all

> transport_filter = "/usr/bin/spamc"


with:

transport_filter = "/usr/bin/spamc -u $local_part@$domain"

HTH,

-- sh