On 1/23/2024 15:37:27, Arjen de Korte wrote:
Citeren joe a joea-lists@j4computers.com:
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.
In that case, you've probably messed up your configuration somehow. The line in 20-managesieve.conf mentioned above should add sieve to the list of protocols as it is included by the !include conf.d/*.conf near the end of /etc/dovecot/dovecot.conf.
Should have tried that much earlier, but had convinced myself otherwise.
In openSUSE you probably should never touch /etc/dovecot/dovecot.conf, as all settings are set in the /etc/dovecot/conf.d/*.conf files.
I'm certainly open to those suggestions. Question becomes, if I did, how? Where? Hmm . . . Any psychics on the list?
As noob that is "bootstrapping", things can get pretty iffy, pretty quickly.