[Dovecot] sieve - different sieve scripts

Héctor Moreno Blanco hmoreno at gmv.com
Wed May 7 10:26:11 UTC 2014


Hello everybody,

We have Dovecot 2.1.6 and PigeonHole 0.3.0.
Is possible to have two different sieve scripts working at the same time?

My sieve configuration in dovecot.conf:

...
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave imapflags notify
...
  sieve = %h/.dovecot.sieve
  sieve_dir = %h/sieve
  sieve_extensions = +imapflags +notify
}
protocols = imap pop3 sieve
...
service managesieve-login {
  executable = /usr/local/dovecot/libexec/dovecot/managesieve-login
  inet_listener sieve {
    address = *
    port = 4190
  }
  inet_listener sieve_deprecated {
    address = *
    port = 12000
  }
  user = vmail
}
service managesieve {
  executable = /usr/local/dovecot/libexec/dovecot/managesieve
}
...
protocol sieve {
  managesieve_implementation_string = dovecot Pigeonhole
  managesieve_logout_format = bytes ( in=%i : out=%o )
  managesieve_max_line_length = 65536
}


Thank you very much in advanced.
Kind regards.

Héctor Moreno Blanco.


P Please consider the environment before printing this e-mail.

______________________
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.

______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.

______________________



More information about the dovecot mailing list