Re: Questions... need Sieve primer (SOLVED)

2007-03-16 Thread Jason Bailey, Sun Advocate Webmaster
I have the sieveshell working now. I was mis-interpreting the parameters, thus providing incorrect authentication information. This worked: sieveshell -a [EMAIL PROTECTED] localhost I was doing (which didn't work): sieveshell -a user -r domain.com localhost And on a site note, I am using sasld

Re: Questions... need Sieve primer

2007-03-16 Thread Roland Felnhofer
How did you create your imap/cyrus accounts - what is your authentication source? sasldb2, passwd, ldap (which I prefer) ??? Best regards Roland Jason Bailey, Sun Advocate Webmaster wrote: Malcolm Locke wrote: On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wro

Re: Questions... need Sieve primer

2007-03-15 Thread Florian Gleixner
Since i had a hard time too to get sieveshell working here my workflow how i found that out: Do a telnet to your cyrus server port sieve(2000). It should give you a hello and the capabilities: telnet mailserver 2000 "IMPLEMENTATION" "Cyrus timsieved v2.2.13" "SASL" "GSSAPI LOGIN PLAIN CRAM-MD5 D

Re: Questions... need Sieve primer

2007-03-15 Thread Jason Bailey, Sun Advocate Webmaster
Malcolm Locke wrote: On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wrote: Roland Felnhofer wrote: Hi Jason, is that what you want? # Mail rules to file Junk require ["fileinto"]; if allof (header :contains "X-Spam-Flag" "YES") { fileinto "INBOX.Junk"; }

Re: Questions... need Sieve primer

2007-03-14 Thread Michael Menge
Hi, Quoting Malcolm Locke <[EMAIL PROTECTED]>: On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wrote: Roland Felnhofer wrote: > # Mail rules to file Junk > require ["fileinto"]; > if allof (header :contains "X-Spam-Flag" "YES") { > fileinto "INBOX.Junk"

Re: Questions... need Sieve primer

2007-03-14 Thread Malcolm Locke
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wrote: > Roland Felnhofer wrote: > > Hi Jason, > > > > is that what you want? > > > > # Mail rules to file Junk > > require ["fileinto"]; > > if allof (header :contains "X-Spam-Flag" "YES") { > > fileinto "INBOX.Ju

Re: Questions... need Sieve primer

2007-03-14 Thread Jason Bailey, Sun Advocate Webmaster
Roland Felnhofer wrote: > Hi Jason, > > is that what you want? > > # Mail rules to file Junk > require ["fileinto"]; > if allof (header :contains "X-Spam-Flag" "YES") { > fileinto "INBOX.Junk"; > } > > Best regards > Roland > > Jason Bailey, Sun Advocate Webmaster wrote: >> Hello all, >> >> I

Re: QUestions... need Sieve primer

2007-03-14 Thread Roland Felnhofer
Hi Jason, is that what you want? # Mail rules to file Junk require ["fileinto"]; if allof (header :contains "X-Spam-Flag" "YES") { fileinto "INBOX.Junk"; } Best regards Roland Jason Bailey, Sun Advocate Webmaster wrote: Hello all, I am familiar with what Sieve does, but have never used