From 886146d5043abc610b0afa1bcf985d00313197bb Mon Sep 17 00:00:00 2001 From: jonasc Date: Sun, 12 Jun 2022 22:21:04 +0200 Subject: [PATCH 1/2] Fix missing `*` in crontab example --- docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md b/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md index 4e033cf5e..91daa6ec3 100644 --- a/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md +++ b/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md @@ -10,7 +10,7 @@ It is also possible to create a daily pflogsumm report via cron. Create the /etc ``` SHELL=/bin/bash -59 23 * * root docker logs --since 24h $(docker ps -qf name=postfix-mailcow) | /usr/sbin/pflogsumm -d today | mail -s "Postfix Report of $(date)" postmaster@example.net +59 23 * * * root docker logs --since 24h $(docker ps -qf name=postfix-mailcow) | /usr/sbin/pflogsumm -d today | mail -s "Postfix Report of $(date)" postmaster@example.net ``` To work, a local postfix must be installed on the server, which relays to the mailcow postfix. @@ -19,4 +19,4 @@ More detailed information can be found in section [Post installation tasks -> Lo Based on the postfix logs of the last 24 hours, this example then sends a pflogsumm report to postmaster@example.net every day at 23:59:00. -Translated with www.DeepL.com/Translator (free version) \ No newline at end of file +Translated with www.DeepL.com/Translator (free version) From 574965e21c7137105bc5e34929ae9ae5e45b78fb Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Mon, 13 Jun 2022 08:06:24 +0200 Subject: [PATCH 2/2] Removed DeepL Watermark --- docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md b/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md index 91daa6ec3..a468db228 100644 --- a/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md +++ b/docs/manual-guides/Postfix/u_e-postfix-pflogsumm.en.md @@ -18,5 +18,3 @@ To work, a local postfix must be installed on the server, which relays to the ma More detailed information can be found in section [Post installation tasks -> Local MTA on Dockerhost](https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-local_mta/). Based on the postfix logs of the last 24 hours, this example then sends a pflogsumm report to postmaster@example.net every day at 23:59:00. - -Translated with www.DeepL.com/Translator (free version)