From 2609e5c2972fbde41f2b02c7d9e478e34e4abfd7 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Sun, 9 Aug 2020 01:26:54 +0100 Subject: [PATCH] Improved README, set Test=False by default --- README.md | 24 ++++++++++++------------ data/conf/parsedmarc/config.sample.ini | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9528042..2b126c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ git clone https://github.com/patschi/parsedmarc-dockerized.git /opt/parsedmarc-d cd /opt/parsedmarc-dockerized/ && cp data/conf/parsedmarc/config.sample.ini data/conf/parsedmarc/config.ini ``` -2. Now we create an environment file for your geoipupdate settings from your [MaxMind account](https://www.maxmind.com/en/account/). For update cycles see [here](https://support.maxmind.com/geoip-faq/geoip2-and-geoip-legacy-database-updates/how-often-are-the-geoip2-and-geoip-legacy-databases-updated/). (Fill in your data!) +1. Next we change the `parsedmarc` config (see [docs](https://domainaware.github.io/parsedmarc/#configuration-file). You can set `Test` to `True` for testing purposes.) +``` +nano data/conf/parsedmarc/config.ini +``` + +3. Now we create an environment file, containing your geoipupdate settings from your [MaxMind account](https://www.maxmind.com/en/account/) to allow the container to pull the databases. For update cycles of the databases, please see [here](https://support.maxmind.com/geoip-faq/geoip2-and-geoip-legacy-database-updates/how-often-are-the-geoip2-and-geoip-legacy-databases-updated/). (Fill in your data!) ``` cat > geoipupdate.env <