Here it is:

# ls -l /var/www/html/ooo/its-test
total 12
-rw-rw-r-- 1 vmail    vmail  549 nov 18 17:36 OoO.sieve
lrwxrwxrwx 1 vmail    vmail    9 nov 25 15:38 script -> OoO.sieve
-rw-rw-r-- 1 vmail    vmail  160 nov 25 12:38 script.svbin
drwxrwxr-x 2 www-data vmail 4096 dic  1 07:41 tmp

Inside OoO.sieve I have:

#require ["duplicate", "copy","vacation","fileinto"];
## rule:[Duplicates]
#if duplicate
#{
#        fileinto "Trash";
#}
## rule:[Outofoffice]
#if false # true
#{
#    vacation :addresses "its-test@xxx.xx" :subject "Risposta automatica" :from "its-test@xxx.xx" text:
#Buongiorno,
#
#al momento avro' accesso limitato alle mail.
#
#.
#;
#    fileinto :copy "INBOX";
#    redirect "its-test@xxx.xx";
#  redirect "its-test2@xxx.xx";
#}

Thanks

Regards

On 01/12/21 10:03, Christian Mack wrote:
Hello

What have you stored in /var/www/html/ooo/its-test?

Kind regards,
Christian Mack

Am 01.12.21 um 09:27 schrieb Claudio Corvino:
Hi,

nobody can help here?

Thanks

On 02/11/21 15:47, Claudio Corvino wrote:
Hi,

I have two IMAP/LMTP Dovecot server in replica (version 2.3.4.1) for
testing purposes, both connected through an IPsec tunnel, I use
LDAP/AD for /userdb, /all seems to work fine except for these errors
present in logs every day:

NODE A:

/doveadm: Error: sieve: file storage:
utime(/var/www/html/ooo/its-test) failed: Operation not permitted: 28
Time(s)
    dsync-local(its-test)<TxExKuQgeWHlTAAA045Smw>: Error: read(xxx)
failed: Connection reset by peer (last sent=mailbox_delete, last
recv=handshake): 1 Time(s)
    dsync-local(its-test)<fXcyHCd3eWGHXwAA045Smw>: Error: sieve: file
storage: utime(/var/www/html/ooo/its-test) failed: Operation not
permitted: 2 Time(s)
    dsync-local(its-test)<fZ2LISh3eWGOXwAA045Smw>: Error: read(xxx)
failed: Connection reset by peer (last sent=mailbox_delete, last
recv=handshake): 1 Time(s)
    dsync-local(its-test2)<PqNdGCd3eWGGXwAA045Smw>: Error: read(xxx)
failed: Connection reset by peer (last sent=mailbox_delete, last
recv=handshake): 1 Time(s)/

NODE B:

/doveadm: Error: Couldn't lock
/mnt/mail-storage-dev/its-test/.dovecot-sync.lock:
fcntl(/mnt/mail-storage-dev/its-test/.dovecot-sync.lock, write-lock,
F_SETLKW) locking failed: Timed out after 30 seconds: 2 Time(s)
    doveadm: Error: Couldn't lock
/mnt/mail-storage-dev/its-test2/.dovecot-sync.lock:
fcntl(/mnt/mail-storage-dev/its-test2/.dovecot-sync.lock, write-lock,
F_SETLKW) locking failed: Timed out after 30 seconds: 1 Time(s)
    doveadm: Error: sieve: file storage:
utime(/var/www/html/ooo/its-test) failed: Operation not permitted: 28
Time(s)
    dsync-local(its-test)<QtV8HSh3eWHFDgAA/HgeEQ>: Error: sieve: file
storage: utime(/var/www/html/ooo/its-test) failed: Operation not
permitted: 2 Time(s)/

What I have to do? Do I have to worry about this or I can ignore it?

Thanks

Regards