On 6/20/06, Scott M. Likens <[EMAIL PROTECTED]> wrote:
Martin Schiøtz wrote:
> Hi
>
> I have installed Postfix, Cyrus, Cyrus-sasl, web-cyradm. Every thing
> is using postgres for storing usernames, passwords etc. I'm using lmtp
> for local delivery from Postfix/smtp to Cyrus. All mailboxes are
>
Martin Schiøtz wrote:
> Hi
>
> I have installed Postfix, Cyrus, Cyrus-sasl, web-cyradm. Every thing
> is using postgres for storing usernames, passwords etc. I'm using lmtp
> for local delivery from Postfix/smtp to Cyrus. All mailboxes are
> virtual.
>
> My next step is to install Spam control. My
Martin Schiøtz wrote:
I understand the steps but I'm not sure about how to use spamc/spamd
for training/learning and not sa-learn. Are you thinking about
'bayes_auto_learn = 1' ?
Could you give me an example of the command?
In my perl script I use:
cat $msg | /usr/bin/spamc -u $userid -x
On 6/20/06, Scott Russell <[EMAIL PROTECTED]> wrote:
Martin Schiøtz wrote:
> My next step is to install Spam control. My plan is to use
> Spamassassin with dcc, razor, pyzor and bayes system. A want mail
> users to be able to disable and enable spam control. I also wan't mail
> users that has ena
I understand your solution about sa-learn - that can be done with a
webinterface or webmail.
But when I receive mail for a local user the mail will go through:
postfix/smtp -> lmtp -> cyrus/sieve filter -> cyrus/mailbox
Where in this proces can put spam check with spamd or spamc?
I also have an
Martin Schiøtz wrote:
My next step is to install Spam control. My plan is to use
Spamassassin with dcc, razor, pyzor and bayes system. A want mail
users to be able to disable and enable spam control. I also wan't mail
users that has enabled spam control to train (sa-laern) and keep their
own baye
hi martin,
i have the same setup as you ...
easiest way that i found was to create 2 shared mailboxes on the imap
server -- one for ham-learn, and one for spam-learn.
in cron, i have fetchmail that retrieves these messages and feeds them
to sa-learn.
fetchmail -a -s -n --folder 'Spam' -m 'sa-l