Author Topic: Dovecot Sieve Error  (Read 3073 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Dovecot Sieve Error
« on: August 09, 2022, 08:27:10 PM »
Hello,

While checking the log file of Dovecot I saw something like this:

Code: [Select]
Aug 08 03:16:06 lmtp(mail@company.com): Error: EKcANMZV8GKG+gAAg5tnSg: sieve: binary save: failed to create temporary file: open(/var/sieve/globalfilter.svbin.) failed: Permission denied ( euid=1001(evoname) egid=12(mail) missing +w perm: /var/sieve, dir owned by 101:12 mode=0755)
Aug 08 03:16:06 lmtp(mail@company.com): Error: EKcANMZV8GKG+gAAg5tnSg: sieve: The LDA Sieve plugin does not have permission to save global Sieve script binaries; global Sieve scripts like `/var/sieve/globalfilter.sieve' need to be pre-compiled using the sievec tool
Aug 08 03:16:06 lmtp(mail@company.com): Error: EKcANMZV8GKG+gAAg5tnSg: sieve: binary save: failed to create temporary file: open(/var/sieve/globalfilter.svbin.) failed: Permission denied ( euid=1001(evoname) egid=12(mail) missing +w perm: /var/sieve, dir owned by 101:12 mode=0755)
Aug 08 03:16:06 lmtp(mail@company.com): Error: EKcANMZV8GKG+gAAg5tnSg: sieve: The LDA Sieve plugin does not have permission to save global Sieve script binaries; global Sieve scripts like `/var/sieve/globalfilter.sieve' need to be pre-compiled using the sievec tool

What does it mean  ?

How can I fix this error?


Thank you !

Offline
*
Re: Dovecot Sieve Error
« Reply #1 on: August 10, 2022, 07:28:22 AM »
Topic is up to date

Offline
*
Re: Dovecot Sieve Error
« Reply #2 on: September 12, 2022, 06:50:55 AM »
Create file /var/sieve/globalfilter.svbin owned by vmail.mail
Give +w perm for /var/sieve. Use SMTP relay server if use GoDaddy VPS.