core
core copied to clipboard
Dovecot mail server
We need to stop iterating if no key can be found. This bug was introduced in 32e8bd5b5a9d5bc04e5ac6c65ac132ba5c386d64
Set the correct passdb associated with the passw request (just like auth_worker_handle_passv already does). This is needed to fix a problem with this specific configuration: - auth_cache_verify_password_with_worker=yes - Multiple passdb...
While configuring OAuth2, I was surprised to find that the `active_attribute` check only happens if the server's response includes that attribute (i.e., I was expecting a missing attribute to mean...
I'm trying to run Dovecot 2.3.19 (RPM from repo.dovecot.org) in CentOS Stream 8, running in a SmartOS LX zone (an Illumos kernel with a Linux syscall emulation layer). When I...
This patch converts the previous string-literal representation of the capabilities to a dynamic list of 'capability objects' each reflecting the capability word they intend to add along with flags that...
Fixes a bug in the quota-status which does not return a reply when a message has multiple recipients. When a message has multiple recipients, a policy server server will receive...
In 1a7b1f66fe the non-standard extern timezone was partially removed, but some instances were left. Since the test is supposed to run with TZ=UTC, and timezone would have been zero anyway,...
This commit removes hardcoded 500 ms debounce from storage that delays all storage notification subscribers such as IDLE and NOTIFY commands. 500 ms debounce constant NOTIFY_DELAY_MSECS was added in 2009...
When this event was introduced, it was logged as warning as it is non-critical for dovecot's stability It was (maybe by accident...) elevated to error when the i_info()/i_warning()/i_error() calls where...
The pull request contains three patches against dovecot main branch: - Tika - allow authentication against Tika server. Allows setting username and password in fts_tika configuration - Solr - place...