Add note for path

Dieser Commit ist enthalten in:
Tobias Strobel 2018-04-08 17:31:13 +02:00 committet von GitHub
Ursprung c1cb6c9e07
Commit 5a9f7efb34
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -31,7 +31,9 @@ If you want to automate such a task you can create a cron job on your host that
```
#!/bin/bash
cd /opt/mailcow-dockerized
# Path to mailcow-dockerized, e.g. /opt/mailcow-dockerized
cd /path/to/your/mailcow-dockerized
/usr/local/bin/docker-compose exec -T dovecot-mailcow doveadm expunge -A mailbox 'Junk' savedbefore 2w
/usr/local/bin/docker-compose exec -T dovecot-mailcow doveadm expunge -A mailbox 'Junk' SEEN not SINCE 12h
[...]