Skip to content

Commit

Permalink
Remove references to previous example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Kenbeek authored and slusarz committed Dec 12, 2024
1 parent a0e12bd commit 387d921
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
6 changes: 2 additions & 4 deletions docs/core/admin/guides/rootless.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ make
make install
```

Dovecot is then started by running `~/dovecot/sbin/dovecot`. The
example configuration file exists in
`~/dovecot/share/doc/dovecot/example-config/` and needs to be copied
to `~/dovecot/etc/dovecot/`.
Dovecot is then started by running `~/dovecot/sbin/dovecot`. An example configuration
is automatically installed in `~/dovecot/etc/dovecot/dovecot.conf`.

### Add Capabilities

Expand Down
10 changes: 2 additions & 8 deletions docs/core/config/guides/quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,8 @@ you might want to change.

### Installing From Sources

If you compiled and installed Dovecot from sources, Dovecot has installed only
a `/usr/local/etc/dovecot/README` file, which contains the path to the
installed example configuration files, usually
`/usr/local/share/doc/dovecot/example-config`. Copy them to `etc/`:

```sh
cp -r /usr/local/share/doc/dovecot/example-config/* /usr/local/etc/dovecot/
```
If you compiled and installed Dovecot from sources, Dovecot has installed an example
configuration file in `/usr/local/etc/dovecot/dovecot.conf`

### Split Configuration Files

Expand Down
3 changes: 0 additions & 3 deletions docs/core/config/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ This page describes Dovecot's services comprehensively.

Most admins don't need to know these details.

The important service settings are described in the
`example-config/conf.d/10-master.conf` file.

## Settings

<SettingsComponent tag="service" />
Expand Down

0 comments on commit 387d921

Please sign in to comment.