fix config installation and change README.md

This commit is contained in:
2022-01-11 21:44:26 +01:00
parent a21d65a6c5
commit 3ba2af764c
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ pip install pyquarantine
# install service files, default config and templates
pyquarantine-milter --install
# copy default config file
cp /etc/pyquarantine/pyquarantine.conf.default /etc/pyquarantine/pyquarantine.conf
# Check the validity of the your config file.
pyquarantine-milter -t
```