From 69606bfd9cbc63a00bd299ae1cfb5bb7de832301 Mon Sep 17 00:00:00 2001 From: Max <1311486+maxcodeshere@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:11:15 +0100 Subject: [PATCH] Fixed typo in u_e-dovecot-expunge.en.md (#795) --- docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md b/docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md index 3ffd73359..532670ac3 100644 --- a/docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md +++ b/docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md @@ -102,7 +102,7 @@ To create a cron job you may execute `crontab -e` and insert something like the ### via Docker job scheduler -To archive this with a docker job scheduler use this docker-compose.override.yml with your mailcow: +To achieve this with a docker job scheduler use this docker-compose.override.yml with your mailcow: ``` services: @@ -126,4 +126,4 @@ common.go:124 ▶ NOTICE [Job "dovecot-expunge-trash" (8759567efa66)] Finished i If it failed it will say so and give you the output of the doveadm in the log to make it easy on you to debug. -In case you want to add more jobs, ensure you change the "dovecot-expunge-trash" part after "ofelia.job-exec." to something else, it defines the name of the job. Syntax of the labels you find at [mcuadros/ofelia](https://github.com/mcuadros/ofelia). \ No newline at end of file +In case you want to add more jobs, ensure you change the "dovecot-expunge-trash" part after "ofelia.job-exec." to something else, it defines the name of the job. Syntax of the labels you find at [mcuadros/ofelia](https://github.com/mcuadros/ofelia).