Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading