Skip to content

Commit

Permalink
Fixed typo in u_e-dovecot-expunge.en.md (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcodeshere authored Dec 18, 2024
1 parent ced3c54 commit 69606bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual-guides/Dovecot/u_e-dovecot-expunge.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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).
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).

0 comments on commit 69606bf

Please sign in to comment.