One thing I havent tested before but I notice now: My dovecot login fails now with the error
But it seems that can be easely fixed:
https://www.mediamill.de/blog/…server-context-cant-load/
Update 1:
And there seems to be some options get depricated soon
This could also be fixed easy (https://unix.stackexchange.com…laced-by-ssl-min-protocol), just delete the line with ssl_protocols in /etc/dovecot/dovecot.conf and add the line
ssl_min_protocol = TLSv1.2
Update 2:
SpamAssassin Plugin misses a column
- spamd[1457]: auto-whitelist: sql-based get_addr_entry [email protected]|none: SQL error: Unknown column 'msgcount' in 'field list' │
- spamd[1457]: auto-whitelist: sql-based add_score/update 1|-1|[email protected]|[email protected]|none: SQL error: Unknown column 'msgcount' in 'field list'[
seems to be this bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7663
Can be solved with adding the column as mentioned
Update 3:
When receiving a mail, i get a permission denied error from dovecot
- postfix/pipe[8047]: 18CF4C0DA1: to=<[email protected]>, relay=dovecot, delay=0.39, delays=0.27/0/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service (lda([email protected]): Error: net_connect_unix(/run/dovecot/stats-writer) failed: Permission den))
I have tried to delete it, that havent worked. Also giving the user dovecot the ownership of this file didnt worked either.
Putting an additional service definition into dovecot.conf and specifying the permissions did the trick (https://dovecot.org/list/dovecot/2022-January/123745.html)
Update 4:
Also when receiving a mail, I get errors from dovecat that a sieve folder cannot be found
- dovecot: imap([email protected])<169859><Funnyrandomstring>: Error: stat(/var/mail/virtual/domain.org/mail//.dovecot.sieve/tmp) failed: Not a directory
I found this maillisting entry https://dovecot.org/pipermail/dovecot/2020-March/118475.html
but for now I havent dove deeper into it