From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id D70FF6E623 for ; Tue, 24 Aug 2021 09:35:15 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BD3C32A9E3 for ; Tue, 24 Aug 2021 09:34:45 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 58AF22A9D3 for ; Tue, 24 Aug 2021 09:34:41 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id D82A84377D for ; Tue, 24 Aug 2021 09:26:41 +0200 (CEST) To: Mira Limbeck , pmg-devel@lists.proxmox.com References: <20210823131518.1262023-1-m.limbeck@proxmox.com> From: Dylan Whyte Message-ID: <57f55e54-5a63-9d98-a9fb-54878a3c707d@proxmox.com> Date: Tue, 24 Aug 2021 09:26:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210823131518.1262023-1-m.limbeck@proxmox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-SPAM-LEVEL: Spam detection results: 0 AWL 1.803 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -2.023 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pmg-devel] [PATCH pmg-docs 1/2] add pmgqm timespan and timer/service edit info X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2021 07:35:15 -0000 Hi, Just some VERY minor changes to keep things in line with our style guide. Reviewed-By: Dylan Whyte On 8/23/21 3:15 PM, Mira Limbeck wrote: > The case of customizing the service and timer files comes up from time > to time. As we haven't documented it yet, add it to the documentation > together with a clarification of the `yesterday` timespan parameter. > > Signed-off-by: Mira Limbeck > --- > pmgqm.adoc | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/pmgqm.adoc b/pmgqm.adoc > index 08ad172..2c1da9c 100644 > --- a/pmgqm.adoc > +++ b/pmgqm.adoc > @@ -27,6 +27,23 @@ endif::manvolnum[] > > Toolkit to manage spam and virus quarantine, and send spam report mails. > > +The possible timespans are `week`, `yesterday` and `today`. The default s/`yesterday` and `today`/`yesterday`, and `today` > +pmgspamreport.service is run at 00:05 every day and calls the `pmgqm` command > +with the `--timespan yesterday` parameter. > +This will send a spam report if at least one new spam mail was moved to the > +quarantine since the beginning of the previous day. > + > +The service can be edited, e.g. to change the timespan to `today` or `week`, s/edited, e.g. to/edited, for example, to/ > +with the following command. s/command./command:/ > +---- > +systemctl edit pmgspamreport.service > +---- > + > +The timer can be edited with the command below. s/below./below:/ > +---- > +systemctl edit pmgspamreport.timer > +---- > + > ifdef::manvolnum[] > include::pmg-copyright.adoc[] > endif::manvolnum[]