spam filtering

2003-10-14 Thread Tom Allison
Hello everyone, I'm new to the list and a noob to cyrus as well. But hopefully not hopeless. I'm trying to get cyrus-imap configured. This in itself has not been very difficult under SuSE8.2. Where I get stuck is I want to incorporate spamassassin into the process. The only way that I can see

Re: spam filtering

2003-10-15 Thread Tom Allison
Ali Asad Lotia wrote: i would recommend that you look at amavisd-new for spam filtering. it plugs in between your mta (postfix, qmail, sendmail) and cyrus. there are also options to allow people to opt out of the spam filtering etc. pretty solid piece of software. i am using it with spamassassi

cyrus security

2003-10-21 Thread Tom Allison
I've managed to get cyrus to work as a running imap server, but it's only good in plaintext right now. I'm a little concerned with this log message: PAM-warn: function=[pam_sm_authenticate] service=[imap] terminal=[] user=[tallison] ruser=[] rhost=[] the real bummer is that my squirrelmail inte

Re: Cyrus and authentication

2003-10-21 Thread Tom Allison
Doug Koobs wrote: Greetings, I've rebuilt and installed Simon Matter's Cyrus RPMs on RH9 without any difficulty. I don't want to create user accounts on the system, just in Cyrus. However, I'm completely lost trying to figure out the best way to do this. Should I use PAM, Kerberos, SASL? None of

filtering email

2003-10-24 Thread Tom Allison
I have a question that might be more about sieve than cyrus, but hopefully they are related enough that I can get away with this question. :) procmail has the ability to "shell out" and run other commands as needed on the basis of the email content. I can use certain filtering criterial to init

sieveshell auth on sasldb

2003-10-27 Thread Tom Allison
I'm having some problems with sieveshell authentication. I can get it to work partially, but I do not understand why one works and the other does not. sieveshell documentation seems a little thin, but this is probably because it's one of those things that pretty simple to get working. I have not

documentation

2003-10-28 Thread Tom Allison
After about three weeks I have managed to get some of cyrus-imap working but only with an authentication model based on pam->/etc/passwd. I tried to get sasldb working as a configuration model and was completely unable to get sasldb authentication for sieveshell. So I tried to remove the sasldb c

using sieve

2003-10-31 Thread Tom Allison
If I'm not using sieveshell. and I don't have any local user accounts (/etc/passwd, /home/...) Is there some way to use sieve for file filtering?