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
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
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
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
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
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
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