Merge pull request #486 from snhrdt/snhrdt-fix-ofelia-spelling
Correctly spell 'ofelia'
Dieser Commit ist enthalten in:
Commit
4943b6af93
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren