Skip to content

Commit 387d921

Browse files
Vincent Kenbeekslusarz
authored andcommitted
Remove references to previous example configuration
1 parent a0e12bd commit 387d921

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

docs/core/admin/guides/rootless.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ make
4545
make install
4646
```
4747

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

5351
### Add Capabilities
5452

docs/core/config/guides/quick.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,8 @@ you might want to change.
7575

7676
### Installing From Sources
7777

78-
If you compiled and installed Dovecot from sources, Dovecot has installed only
79-
a `/usr/local/etc/dovecot/README` file, which contains the path to the
80-
installed example configuration files, usually
81-
`/usr/local/share/doc/dovecot/example-config`. Copy them to `etc/`:
82-
83-
```sh
84-
cp -r /usr/local/share/doc/dovecot/example-config/* /usr/local/etc/dovecot/
85-
```
78+
If you compiled and installed Dovecot from sources, Dovecot has installed an example
79+
configuration file in `/usr/local/etc/dovecot/dovecot.conf`
8680

8781
### Split Configuration Files
8882

docs/core/config/service.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ This page describes Dovecot's services comprehensively.
5656

5757
Most admins don't need to know these details.
5858

59-
The important service settings are described in the
60-
`example-config/conf.d/10-master.conf` file.
61-
6259
## Settings
6360

6461
<SettingsComponent tag="service" />

0 commit comments

Comments
 (0)