On 01/06/2025 20:01 EEST paradoor via dovecot <dovecot@dovecot.org>
wrote:
On Sunday, June 1st, 2025 at 14:14, Felix Zielcke <fzielcke@z-51.de>
wrote:
Hi,
I never used Alpine.
But from your doveconf:
# 2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.0 (1b2d5bb9)
They should be both the same version. So try upgrading the
dovecot-
pigeonhole-plugin package.
Hi, thanks for the reply. I'm not sure why my doveconf said that, but
I've checked again today and it's the same version:
# 2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4 (0a86619f)
# OS: Linux 6.12.31-0-lts x86_64
I still get the same error whenever I run any doveadm
commands.
I've also tried removing sieve from protocols
but I'm still having
the same issues._______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-leave@dovecot.org
You are loading sieve in mail_plugins. Use
protocol lmtp {
mail_plugins {
sieve = yes
}
}
or protocol lda instead.
Aki