Re: dsync does not like sieve

Aki Tuomi via dovecot <[email protected]> Tue, 14 Jul 2026 19:47:38 +0300 (EEST)
Newsgroups gmane.mail.imap.dovecot
Message-ID <143188470.17336.1784047658618@appsuite-pro-sync-core-mw-groupware-0.appsuite-pro-sync-core-mw-hazelcast-headless.appsuite-dev.svc.cluster.local>
Yes. You can check with `doveadm some-user-name`.

Aki

> On 14/07/2026 19:40 EEST sveyret--- via dovecot <[email protected]> wrote:
> 
>  
> Ha, yes, thank you Aki Tuomi. Does this also work if `mail_home` is set to an unexisting directory, but is overloaded for each user in the user database? I have:
> 
> ```
> mail_home = /var/mail/%{user}  # actually, not existing
> 
> userdb group {
>   driver = ldap
>   ldap_base = ou=group,dc=example,dc=org
>   ldap_filter = (cn=%{user | username})
>   fields {
>     home = /var/spool/mail/group/%{ldap:cn}
>   }
> }
> userdb user {
>   driver = ldap
>   ldap_base = ou=user,dc=example,dc=org
>   ldap_filter = (uid=%{user | username})
>   fields {
>     home = /var/spool/mail/user/%{ldap:uid}
>   }
> }
> 
> ```
> _______________________________________________
> 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]