|
15 | 15 | | `event_exporter_transport` | Renamed to [[setting,event_exporter_driver]]. | |
16 | 16 | | `event_exporter_transport_args` | Split off to driver-specific settings, see [[link,event_export]]. | |
17 | 17 | | `event_exporter_transport_timeout` | Replaced by [[setting,http_client_request_timeout]] and [[setting,event_exporter_unix_connect_timeout]]. | |
18 | | -| `imap_capability = +CAPA1` | Use [[setting,imap_capability]] { CAPA1 = yes } instead. | |
| 18 | +| `imap_capability = +CAPA1` | Use [[setting,imap_capability]] `{ CAPA1 = yes }` instead. | |
19 | 19 | | `inet_listener { address }` | Replaced by [[setting,listen]] setting. | |
20 | 20 | | `push_notification_backend` | Use [[setting,push_notification_driver]] instead. | |
21 | 21 | | `mail_crypt_require_encrypted_user_key` | Replaced by [[setting,crypt_user_key_require_encrypted]], [[setting,crypt_user_key_password]] and [[setting,crypt_user_key_encryption_key]]. | |
|
32 | 32 | | `fts` | Replaced by [[setting,fts]] named filter. | |
33 | 33 | | `fts_autoindex_exclude` | Replaced by boolean property [[setting,fts_autoindex]], nested inside [[setting,mailbox]] blocks. Note that the values are inverted as compared to those in the old `fts_autoindex_exclude`. | |
34 | 34 | | `fts_decoder` | Replaced by [[setting,fts_decoder_driver]] and [[setting,fts_decoder_script_socket_path]]. | |
35 | | -| `fts_enforced` | Replaced by [[setting,fts_search_add_missing]] and [[setting,fts_search_read_fallback]] | |
| 35 | +| `fts_enforced` | Replaced by [[setting,fts_search_add_missing]] and [[setting,fts_search_read_fallback]]. | |
36 | 36 | | `fts_index_timeout` | Renamed to [[setting,fts_search_timeout]]. The default value is set to `30 secs`. | |
37 | 37 | | `fts_solr` | Replaced by [[setting,fts_solr_url]], [[setting,fts_solr_batch_size]], [[setting,fts_solr_soft_commit]], and [[setting,http_client_rawlog_dir]] settings. | |
38 | 38 | | `fts_tika` | Replaced by [[setting,fts_decoder_driver]] and [[setting,fts_decoder_tika_url]]. | |
|
49 | 49 | | oauth2 `timeout_msecs`, `max_idle_time_msecs`, `max_parallel_connections`, `max_pipelined_requests`, `rawlog_dir` | Replaced by `http_client_*` settings inside [[setting,oauth2]] named filter. | |
50 | 50 | | oauth2 `tls_*` | Replaced by `ssl_client_*` settings inside [[setting,oauth2]] named filter. | |
51 | 51 | | oauth2 `debug` | Use [[setting,log_debug]] filter instead. Example: `log_debug=category=oauth2`. | |
52 | | -| oauth `use_grant_password` | Replaced by [[link,auth_oauth2,passdb oauth2]] ` |
53 | | -| passdb/userdb `:protected` | Renamed to `:default` | |
54 | | -| `passdb { default_fields`, `override_fields` } | Replaced by [[setting,passdb_fields]] | |
55 | | -| `userdb { default_fields`, `override_fields` } | Replaced by [[setting,userdb_fields]] | |
| 52 | +| oauth `use_grant_password` | Replaced by [[link,auth_oauth2,passdb oauth2]]. | |
| 53 | +| passdb/userdb `:protected` | Renamed to `:default`. | |
| 54 | +| `passdb { default_fields`, `override_fields` } | Replaced by [[setting,passdb_fields]]. | |
| 55 | +| `userdb { default_fields`, `override_fields` } | Replaced by [[setting,userdb_fields]]. | |
56 | 56 | | `plugin` | All plugin settings are now global settings. | |
57 | 57 | | `quota`, `quota_rule` | Split into separate [[plugin,quota,quota settings]]. | |
58 | 58 | | `quota_grace` | Renamed to [[setting,quota_storage_grace]]. | |
|
0 commit comments