Re: dsync does not like sieve

sveyret--- via dovecot <[email protected]> Tue, 14 Jul 2026 16:40:44 -0000
Newsgroups gmane.mail.imap.dovecot
Message-ID <[email protected]>
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]