On 24. Sep 2020, at 22.50, Graham Leggett <minfrin@sharp.fm> wrote:

On 24 Sep 2020, at 20:45, Sami Ketola <sami.ketola@dovecot.fi> wrote:

can you link your doveconf -n and the sieve script?

[root@gatekeeper ~]# cat /var/lib/dovecot-sieve/default.sieve 
#

require ["fileinto", "mailbox"];
require ["vacation", "variables"];
require ["vnd.dovecot.environment"];

I think this should be

require ["environment"];

instead.

Sami