Re: [Dovecot] Global Sieve File

2009-04-08 Thread Andrés Yacopino
Yes, it works using your solution: dovecot.conf: sieve_global_path = /usr/local/etc/sieve/global/default.sieve /usr/local/etc/sieve/global/default.sieve: keep; Thanks, Andrés Fernando Yacopino Infraestructura - Dpto Sistemas AcaSalud Cooperativa de Prestaciones Médico Asistenciales Limit

Re: [Dovecot] Global Sieve File

2009-04-08 Thread Stephan Bosch
Andrés Yacopino wrote: I am testing yet this version of sieve with dovecot 1.2 beta I have done in dovecot.conf: protocols = imap imaps pop3 pop3s managesieve mail_plugins = quota sieve sieve_before = /usr/local/etc/sieve/global/.global.dovecot.sieve more /usr/local/etc/sieve/global/.global.do

[Dovecot] Global Sieve File

2009-04-08 Thread Andrés Yacopino
I am testing yet this version of sieve with dovecot 1.2 beta I have done in dovecot.conf: protocols = imap imaps pop3 pop3s managesieve mail_plugins = quota sieve sieve_before = /usr/local/etc/sieve/global/.global.dovecot.sieve more /usr/local/etc/sieve/global/.global.dovecot.sieve: require "f

Re: [Dovecot] Global Sieve File

2009-04-07 Thread Stephan Bosch
James Butler schreef: Thank you very much for your reply, Mr. Bosch. Still trying to iron it out. If you are using the new Sieve implementation, you can use the new multiscript feature. It is not explained on the wiki yet (I should give the new Sieve its own page), but things are outlined in th

Re: [Dovecot] Global Sieve File

2009-04-07 Thread James Butler
Thank you very much for your reply, Mr. Bosch. Still trying to iron it out. > If you are using the new Sieve implementation, you can use the new > multiscript feature. It is not explained on the wiki yet (I should give > the new Sieve its own page), but things are outlined in the > configuration s

Re: [Dovecot] Global Sieve File

2009-04-07 Thread Stephan Bosch
James Butler schreef: Is anyone here using a global Sieve file that handles messages for an entire server with many users? I understand and use local Sieve files, but I would like to learn more about how to set up Sieve to filter ALL incoming messages using a single file. I would love to read abo

[Dovecot] Global Sieve File

2009-04-07 Thread James Butler
Is anyone here using a global Sieve file that handles messages for an entire server with many users? I understand and use local Sieve files, but I would like to learn more about how to set up Sieve to filter ALL incoming messages using a single file. I would love to read about how you managed to ge