>From: "Security" <[EMAIL PROTECTED]>
>  I'm very interested in running SpamAssassin site-wide on a few of my 
>machines. Currently I'm Running Postfix for an MTA. Can anyone point me

>to some good documentation on setting up SpamAssassin
>With Postfix? I've done some searches but can't seem to find any decent
>documentation.
>
>If anyone could point me in the right direction it would be much 
>appreciated.
>
>Thanks!
>-jpk

I have this setup working using spamproxyd, or filterproxy as the author
of that perl script called it (in the version I have).

Here's the drill:
1. Make sure you have all the perl modules that are listed in the
spamproxyd script.
2. Set up a filter in Postfix that calls spamproxyd.

What will happen is that Postfix will answer all incoming smtp traffic,
and hand it off to spamproxyd.  Spamproxyd will rate its spaminess, and
mark it via headers (and subject line, if you want), and then hand it
back to Postfix to deliver.

The relevant files:

For the spamproxyd script, http://vampira.vyger.net/spamproxyd 

For the Postfix main.cf, http://vampira.vyger.net/postfix-main.cf 

Hope this helps.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to