On 27/09/2019 11:51, Gerald Galster via dovecot wrote:
I wonder how to configure IMAPSieve with user scripts. I can't find much
information on the internet.
try to enable managesieve:
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
https://wiki2.dovecot.org/Pigeonhole/ManageSieve/Configuration
Roundcube or Thunderbird with Sieve plugin connect to your dovecot
server on port 4190.
Users are authenticatd with the same credentials used for pop/imap and
can upload their
scripts.
Yes, but then nothing. No client I know of supports the IMAPSIEVE
capability. The ones that support Sieve only support uploading scripts
(through ManageSieve) for delivery Sieve scripts, not for Sieve scripts
running on IMAP events.
Regardss,