Skip to content

Commit c90652c

Browse files
sirainencmouse
authored andcommitted
upgrade: 2.4 - Fix mail_log_prefix using %{service} as default
1 parent 76eb879 commit c90652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/upgrade/include/2.4-default-settings.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| [[setting,imapc_features]] | Features "delay-login", "search", "fetch-headers", "fetch-bodystructure", "fetch-size" by default. Enable "acl" and "modseq" by default, if the remote server supports it. |
22
| [[setting,mail_cache_max_headers_count]] | unlimited | 100 | New feature, explicitly set to `0` for the old behavior. |
33
| [[setting,mail_cache_max_header_name_length]] | unlimited | 100 | New feature, explicitly set to `0` for the old behavior. |
4-
| [[setting,mail_log_prefix]] | `%s(%u)<%{pid}><%{session}>:` | `%{protocol}(%{user})<%{process:pid}><%{session}>:` | New variable expansion syntax. |
4+
| [[setting,mail_log_prefix]] | `%s(%u)<%{pid}><%{session}>:` | `%{service}(%{user})<%{process:pid}><%{session}>:` | New variable expansion syntax. |
55
| [[setting,mailbox_list_drop_noselect]] | `no` | `yes` | `\NoSelect` folders are now dropped by default. |
66
| `service/anvil/chroot` | empty | \<no value\> | Anvil is no longer chrooted. |
77
| `service/anvil/user` | $default_internal_user | \<no value\> | Anvil runs as root. |

0 commit comments

Comments
 (0)