Re: sendmail+cyrus+spamassassin

2003-01-30 Thread Steve Barber
Make sure you also take a look at Mailscanner; at least with
sendmail it is quite easy and transparent to get running,
and might scale better than a milter solution.  It also
provides the ability to virus scan at the same time:

http://www.mailscanner.info/

Steve


Sebastian Hagedorn wrote:

-- Gordon <[EMAIL PROTECTED]> is rumored to have mumbled on Donnerstag, 
30. Januar 2003 13:20 Uhr -0500 regarding sendmail+cyrus+spamassassin:

The next piece that I'd like to play around with is integrating
spamassassin (SA) in to identify the spam that does get through. The
stuff that I've read has me somewhat perplexed in how to get this done.
Does sendmail call SA before sending the message to cyrus? Does cyrus run
SA? Is it something completely else? Anyway, how do I get SA to run in
this configuration?



There are many ways to achieve this. We do it with miltrassassin:

<http://www.digitalanswers.org/check_local/miltrassassin.html>

However, you should also look into amavisd-new which couples this with 
viruschecking:

<http://www.ijs.si/software/amavisd/>




Re: sendmail+cyrus+spamassassin

2003-01-30 Thread Sebastian Hagedorn
-- Gordon <[EMAIL PROTECTED]> is rumored to have mumbled on Donnerstag, 30. 
Januar 2003 13:20 Uhr -0500 regarding sendmail+cyrus+spamassassin:

The next piece that I'd like to play around with is integrating
spamassassin (SA) in to identify the spam that does get through. The
stuff that I've read has me somewhat perplexed in how to get this done.
Does sendmail call SA before sending the message to cyrus? Does cyrus run
SA? Is it something completely else? Anyway, how do I get SA to run in
this configuration?


There are many ways to achieve this. We do it with miltrassassin:

<http://www.digitalanswers.org/check_local/miltrassassin.html>

However, you should also look into amavisd-new which couples this with 
viruschecking:

<http://www.ijs.si/software/amavisd/>
--
Sebastian Hagedorn M.A. - RZKR-R1 (Flachbau), Zi. 18, Robert-Koch-Str. 10
Zentrum für angewandte Informatik - Universitätsweiter Service RRZK
Universität zu Köln / Cologne University - Tel. +49-221-478-5587

msg10727/pgp0.pgp
Description: PGP signature


sendmail+cyrus+spamassassin

2003-01-30 Thread Gordon
I'm running RedHat 7.3 and I've got sendmail and cyrus-imapd working 
great. I'm also using sieve for some server-side sorting of messages and 
 I've set up squirrelmail so I can access it all over the web. Oh, and 
I'm using a couple dns blacklists with sendmail to keep most spam from 
even getting in.

The next piece that I'd like to play around with is integrating 
spamassassin (SA) in to identify the spam that does get through. The 
stuff that I've read has me somewhat perplexed in how to get this done. 
Does sendmail call SA before sending the message to cyrus? Does cyrus 
run SA? Is it something completely else? Anyway, how do I get SA to run 
in this configuration?

Gordon