Bill Long wrote:
> Hi all,
>
> is there any documentation anywhere which explains how to set up Spam
> Assassin using spamc and spamd with Courier MTA and maildrop?
>
> I tried reading up on the various man pages, but it's very confusing
> to a novice.
>
>
> thanks,
>
> bill

Well, maybe easiest thing is using the maildrop alone for it.

---------------------------------------------------------------

/etc/maildroprc:

xfilter "spamc"

---------------------------------------------------------------

~/.mailfilter

if ( /^X-Spam-Flag:.YES/ )
{
    to "Maildir/.Spam"
}

----------------------------------------------------------------

I have something like this in my setup (with Postfix/maildrop)

Actually not exactly, but this is the simplest case, just to show the way.
It's really simple!









-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to