On 1/23/2024 13:20:20, Arjen de Korte wrote:
Citeren joe a joea-lists@j4computers.com:
Dovecot installed on OpenSuse Leap 15.5, from their supplied "dovecot23" package. That package claims to be Dovecot 2.3.21 and Pigeonhole 0.5.21
You need to change the following two files:
/etc/dovecot/conf.d/20-managesieve.conf protocols = $protocols sieve
/etc/dovecot/conf.d/20-lmtp.conf mail_plugins = $mail_plugins sieve
With these changes, you should at least see that sieve is running. Note that if you're using AppArmor and depending on where you store users mail, you may need to tweak the profiles. In that case, 'aa-logprof' is your friend.
Thanks for the suggestions. Those conf settings were OK, "sieve" needed adding to dovecot.conf and not 20-managesieve.conf.
Should have tried that much earlier, but had convinced myself otherwise.