File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 4545make 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ This page describes Dovecot's services comprehensively.
5656
5757Most 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 " />
You can’t perform that action at this time.
0 commit comments