From 7f233f35e8202ed7c5ef8439a9ff7a22828b527a Mon Sep 17 00:00:00 2001 From: Martin Eisenhardt <21608+snhrdt@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:41:00 +0200 Subject: [PATCH 1/2] Fix Ofelia spelling and grammar --- docs/post_installation/firststeps-dmarc_reporting.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/post_installation/firststeps-dmarc_reporting.en.md b/docs/post_installation/firststeps-dmarc_reporting.en.md index c4d42fbba..b1529d0be 100644 --- a/docs/post_installation/firststeps-dmarc_reporting.en.md +++ b/docs/post_installation/firststeps-dmarc_reporting.en.md @@ -108,7 +108,7 @@ docker compose exec redis-mailcow redis-cli ZRANGE "dmarc_rpt;microsoft.com;mail In the example above reports are sent once every 24 hours. -Olefia schedule has same implementation as `cron` in Go, supported syntax described at [cron Documentation](https://pkg.go.dev/github.com/robfig/cron) +The Ofelia schedule has the same implementation as `cron` in Go, supported syntax described at [cron Documentation](https://pkg.go.dev/github.com/robfig/cron) To change schedule: From f9123e91be9f0de107ed4c04474269c26256513c Mon Sep 17 00:00:00 2001 From: Martin Eisenhardt <21608+snhrdt@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:42:06 +0200 Subject: [PATCH 2/2] Fix Ofelia spelling --- docs/post_installation/firststeps-dmarc_reporting.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/post_installation/firststeps-dmarc_reporting.de.md b/docs/post_installation/firststeps-dmarc_reporting.de.md index f6f2d1ee4..d0ffa2b8f 100644 --- a/docs/post_installation/firststeps-dmarc_reporting.de.md +++ b/docs/post_installation/firststeps-dmarc_reporting.de.md @@ -111,7 +111,7 @@ docker compose exec redis-mailcow redis-cli ZRANGE "dmarc_rpt;microsoft.com;mail Im obigen Beispiel werden die Berichte einmal alle 24 Stunden gesendet. -Der Olefia-Zeitplan hat die gleiche Implementierung wie `cron` in Go, die unterstützte Syntax ist beschrieben in [cron Documentation](https://pkg.go.dev/github.com/robfig/cron) +Der Ofelia-Zeitplan hat die gleiche Implementierung wie `cron` in Go, die unterstützte Syntax ist beschrieben in [cron Documentation](https://pkg.go.dev/github.com/robfig/cron) Um den Zeitplan zu ändern: