File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ Detailed explaination of what you need to do to get it running can be found
4242
4343The full documentation is published [ here] ( https://foxcpp.dev/maddy/ )
4444
45- Examples of more advanced configurations with explainations can be found in the
46- [ examples ] ( examples/ ) directory in the source repository .
45+ Manual pages with reference documentation will be installed by build.sh if
46+ scdoc utility is available on the system .
4747
4848## Community
4949
Original file line number Diff line number Diff line change @@ -35,14 +35,19 @@ On Debian-based distributions, this should be enough:
3535# apt-get install gcc git curl
3636```
3737
38+ If you want manual pages with reference docs, install scdoc too:
39+ ```
40+ # apt-get install scdoc
41+ ```
42+
3843build.sh script will do the rest for you:
3944
4045```
4146$ curl 'https://foxcpp.dev/maddy/build.sh' | bash
4247```
4348
4449Alternatively, you can download the pre-built tarball from
45- [ GitHub] ( https://github.com/foxcpp/maddy/releases ) and copy its contents into
50+ [ GitHub] ( https://github.com/foxcpp/maddy/releases ) and extract its contents into
4651the root directory.
4752
4853* Note:* If you can't / don't use this script for some reason, instructions for
@@ -51,7 +56,7 @@ manual installation can be found
5156
5257## Host name + domain
5358
54- Open /etc/maddy/maddy.conf with ~~ vim~~ your favorite editor and change
59+ Open /etc/maddy/maddy.conf with ~~ vim~~ your favorite editor and change
5560the following lines to match your server name and domain you want to handle
5661mail for.
5762
@@ -89,6 +94,7 @@ renewal. It is possible to force reload via `systemctl reload maddy` (or just
8994## First run
9095
9196```
97+ systemctl daemon-reload
9298systemctl start maddy
9399```
94100
You can’t perform that action at this time.
0 commit comments