Re: dsync does not like sieve

Aki Tuomi via dovecot <[email protected]> Tue, 14 Jul 2026 17:17:10 +0300 (EEST)
Newsgroups gmane.mail.imap.dovecot
Message-ID <1193698886.16234.1784038630062@appsuite-pro-sync-core-mw-groupware-0.appsuite-pro-sync-core-mw-hazelcast-headless.appsuite-dev.svc.cluster.local>
Even virtual users should have virtual home. 

Usually we use 

mail_home=/home/vmail/%{user} (or something similar) for this.

This is needed to store these kind of files, such as sieve scripts. The ~/ will then refer to mail_home.

Aki

> On 14/07/2026 17:12 EEST sveyret--- via dovecot <[email protected]> wrote:
> 
>  
> Yes, both ends have almost the same configuration.
> 
> protocols {
>   sieve = yes
> }
> 
> service managesieve-login {
>   inet_listener sieve {
>     port = 4190
>   }
> }
> 
> sieve_pipe_bin_dir = /etc/dovecot/sieve
> sieve_pipe_socket_dir = sieve-pipe
> 
> protocol sieve {
> }
> 
> sieve_script personal {
> #  path = ~/sieve
> #  active_path = ~/.dovecot.sieve
> }
> sieve_script default {
>   path = /etc/dovecot/sieve/spam.sieve
> }
> 
> sieve_plugins {
>   sieve_imapsieve = yes
>   sieve_extprograms = yes
> }
> sieve_global_extensions {
>   vnd.dovecot.pipe = yes
>   vnd.dovecot.environment = yes
> }
> _______________________________________________
> dovecot mailing list -- [email protected]
> To unsubscribe send an email to [email protected]

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]