Skip to content

Commit

Permalink
upgrade: Add Configuration Changes section
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jul 16, 2024
1 parent 60d9061 commit a0a9b63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/installation/upgrade/include/2.3-to-2.4.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Dovecot Core

### Configuration Changes

The first setting in `dovecot.conf` must now be
[[setting,dovecot_config_version]]. This helps to avoid unexpected
configuration changes in the future.

passdb and userdb sections now require a name, i.e.:


```
# This gives an error:
passdb {
...
}

# Use this instead:
passdb some_name {
}
```

### Removed Features

| Feature | Notes |
Expand Down

0 comments on commit a0a9b63

Please sign in to comment.