Cool! I tried it on my server and now it works great. Before I posted for
help, I used a script and called it defaultbc. Cyrus was complaining that
the file was not a bytecode file. I ended up having to add an entry in
/etc/servives and using sieveshell like you suggested.
Thanks for pointing
Quick an dirty sieve scripts.
There are many examples on the web but here is just one more.
require ["fileinto","reject"];
if header :contains "X-Spam-Score" "*" {
fileinto "trash";}
elsif header :contains ["Sender","From"]
"@wareham.k12.ma.us"
Can someone point me to a resource where I can learn how to set up sieve for
cyrus imapd? I have imap running just great with postfix and I am looking
to enhance it with sieve. I an currently reading the sieve rfc, but is
there a site
that deals specifically with getting it running with cyrus ima
Hello,
Cristian Livadaru schrieb:
On Sun, Dec 14, 2003 at 10:25:36AM -0800, Wil Cooley wrote:
On Sun, 2003-12-14 at 08:27, Cristian Livadaru wrote:
hi, has someone got a sieve howto ?
or maybe sombody could tell me how I can manage this.
I want that every subject, sender and receiver of
On Sun, Dec 14, 2003 at 10:25:36AM -0800, Wil Cooley wrote:
> On Sun, 2003-12-14 at 08:27, Cristian Livadaru wrote:
> > hi, has someone got a sieve howto ?
> > or maybe sombody could tell me how I can manage this.
> > I want that every subject, sender and receiver of a mail
On Sun, 2003-12-14 at 08:27, Cristian Livadaru wrote:
> hi, has someone got a sieve howto ?
> or maybe sombody could tell me how I can manage this.
> I want that every subject, sender and receiver of a mail is being passed to a
> script or inserted into mysql.
> I use this for SM
hi, has someone got a sieve howto ?
or maybe sombody could tell me how I can manage this.
I want that every subject, sender and receiver of a mail is being passed to a
script or inserted into mysql.
I use this for SMS notify. Now I am using procmail but I want to switch
to cyrus/sieve. any hints
Hi out there,
> I've some problems getting sieve to work.
well it works now.
I didn't that much, but know it works
I did
make test
in the directory sieve, copied libcom_err.a to
usr/include/lib because it was lacking.
I did some syntax test with ./test and now it works
brilliant.
THX,
after al
Hi Jeremy, Hi Alice, Hi ML,
I've some problems getting sieve to work.
>You can store in /usr/sieve/j/jh_lists (for instance)
O.K. if done this.
My directory is /usr/sieve/j/jochenmetzger (for instance)
(jochenmetzger is my mailbox-user)
What are the recommend rights?
I've got 755 on all direct
If you built cyrus with sieve then it is already running. You can test it
by telneting to port 2000:
You should see few lines with the first line something like the following:
"IMPLEMENTATION" "Cyrus timsieved v1.0.0"
This means that sieve is running.
You can load scripts into the server usi
Hi out there,
so it's done cyrus is running successfully 2.0.16 on 7.2 Mandrake.
(it's been hard, but not it's working).
So the next step is:
making sieve-server run.
The problem, I can't find anything about it.
(I found how the scripts do have to look like)
But where do I save them -> it the
11 matches
Mail list logo