mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
README: Add missing code block
One of the command sequences was not indented enough, so it appears as text instead of code. This patch fixes that by surrounding it with ``` to mark it explicitly as a code block.
This commit is contained in:
@@ -151,9 +151,10 @@ To use them, they just need to be available in your system.
|
|||||||
|
|
||||||
For example, in Debian you can run the following to install all three:
|
For example, in Debian you can run the following to install all three:
|
||||||
|
|
||||||
|
```
|
||||||
apt install greylistd spamc clamdscan
|
apt install greylistd spamc clamdscan
|
||||||
usermod -a -G greylist mail
|
usermod -a -G greylist mail
|
||||||
|
```
|
||||||
|
|
||||||
Note that the default hook may not work in all cases, it is provided as a
|
Note that the default hook may not work in all cases, it is provided as a
|
||||||
practical example but you should adjust it to your particular system if
|
practical example but you should adjust it to your particular system if
|
||||||
|
|||||||
Reference in New Issue
Block a user