On Tue, Jul 02, 2002 at 10:40:30AM -0500, McClung, Darren W. wrote:
> Currently I have sendmail-8.12.4 built and functional on the
> firewall, but I can't get it to both forward mail and send it through
> spamassassin.  I've tried building spamass-milter, but the make always fails
> with "libmilter/mfapi.h: No such file or directory".  I have zero attachment
> to sendmail, so if another MTA would be more appropriate for this purpose, I
> can switch.

I've got a sendmail 8.12.3 box doing just what you want.  You need to do
three things:

1) Install the milter development stuff - on Debian the package is
"libmilter-dev".

2) Configure sendmail to connect to the spamass-milter.  In your
sendmail.mc you'll want something like:
INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/sendmail/spamass.sock, F=, 
T=C:15m;S:4m;R:4m;E:10m')

3) Write a mailertable entry to send mail for your domain to the
Exchange server

4) Start spamd, then spamass-milter, then sendmail.  You should be up
and running!

If you're using a version of spamassassin <= 2.20, make sure you grab a
patch for spamd that prevents it from hanging.  Search the list for
details.  It should have been integrated in more recent versions, but
I'm not 100% sure.

Ross Vandegrift
[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to