Change 'Indented code blocks' to 'Fenced code blocks' in adv-filt.md
This commit is contained in:
parent
2c6adfe335
commit
c7c49977c9
1 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,9 @@ For detailed documentation, see [FILTER README](https://www.postfix.org/FILTER_R
|
|||
|
||||
Just use the following command to install dependencies:
|
||||
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -30,7 +32,9 @@ setting port to `10026`.
|
|||
|
||||
Command to spawn a Lacre daemon process is:
|
||||
|
||||
GPG_MAILGATE_CONFIG=/etc/gpg-mailgate.conf PYTHONPATH=... python -m lacre.daemon
|
||||
```
|
||||
GPG_MAILGATE_CONFIG=/etc/gpg-mailgate.conf PYTHONPATH=... python -m lacre.daemon
|
||||
```
|
||||
|
||||
Two environment variables used here are:
|
||||
|
||||
|
|
Loading…
Reference in a new issue