Hello all, new happy Enhance user here. I have question. Does sieve and mail filtering works on Enhance as it should work? I see a lot of error messages in mail error log, so before i dig deeper, is that normal (!?) or something is not right on my server and there is known workaround for it?
root@lin1:/var/log# tail -f mail.err
2025-05-22T19:08:41.102268+02:00 lin1 dovecot: lmtp(email@domain.com)<126455><YNf0BRlaL2j37QEAfsmX8w>: Error: sieve: binary /etc/dovecot/spam-global.svbin: save: failed to create temporary file: open(/etc/dovecot/spam-global.svbin.) failed: Read-only file system
2025-05-22T19:09:39.751450+02:00 lin1 dovecot: lmtp(email@domain.com)<126455><0PivLFNaL2j37QEAfsmX8w>: Error: open(/etc/dovecot/spam-global.svbin.lin1.flexhost.cc.126455.869660fb59981a3c) failed: Read-only file system
2025-05-22T19:09:39.751515+02:00 lin1 dovecot: lmtp(email@domain.com)<126455><0PivLFNaL2j37QEAfsmX8w>: Error: sieve: binary /etc/dovecot/spam-global.svbin: save: failed to create temporary file: open(/etc/dovecot/spam-global.svbin.) failed: Read-only file system
2025-05-22T20:18:21.165961+02:00 lin1 dovecot: auth: Error: auth client 0 disconnected with 1 pending requests: Connection reset by peer
2025-05-22T20:37:18.303799+02:00 lin1 dovecot: lmtp(email@domain.com)<130008><R2vjEd5uL2jY+wEAfsmX8w>: Error: open(/etc/dovecot/spam-global.svbin.lin1.flexhost.cc.130008.eee57e6365a3260f) failed: Read-only file system
2025-05-22T20:37:18.303917+02:00 lin1 dovecot: lmtp(email@domain.com)<130008><R2vjEd5uL2jY+wEAfsmX8w>: Error: sieve: binary /etc/dovecot/spam-global.svbin: save: failed to create temporary file: open(/etc/dovecot/spam-global.svbin.) failed: Read-only file system
2025-05-22T23:10:32.570432+02:00 lin1 dovecot: lmtp(email@domain.com)<136204><1m7gIciSL2gMFAIAfsmX8w>: Error: open(/etc/dovecot/spam-global.svbin.lin1.flexhost.cc.136204.174c6f4353e5bd2c) failed: Read-only file system
2025-05-22T23:10:32.570521+02:00 lin1 dovecot: lmtp(email@domain.com)<136204><1m7gIciSL2gMFAIAfsmX8w>: Error: sieve: binary /etc/dovecot/spam-global.svbin: save: failed to create temporary file: open(/etc/dovecot/spam-global.svbin.) failed: Read-only file system
2025-05-23T08:06:16.355200+02:00 lin1 dovecot: lmtp(email@domain.com)<155461><1Y0IFVgQMGhFXwIAfsmX8w>: Error: open(/etc/dovecot/spam-global.svbin.lin1.flexhost.cc.155461.cc1b405092f508cb) failed: Read-only file system
2025-05-23T08:06:16.355298+02:00 lin1 dovecot: lmtp(email@domain.com)<155461><1Y0IFVgQMGhFXwIAfsmX8w>: Error: sieve: binary /etc/dovecot/spam-global.svbin: save: failed to create temporary file: open(/etc/dovecot/spam-global.svbin.) failed: Read-only file system
However:
root@lin1:~# telnet localhost 4190
Trying ::1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot (Ubuntu) Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext imapsieve vnd.dovecot.imapsieve"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot (Ubuntu) ready."
But those error messages above, looks like it is started, it is working ( service ), but it does nothing, sine per domain rules are either wrong, or not set up correctly.
What am I missing?
regards
gemby