]> git.proxmox.com Git - pmg-docs.git/blame - pmgqm.adoc
fix #3879: add colon at the end for user.conf
[pmg-docs.git] / pmgqm.adoc
CommitLineData
0b769704
DM
1[[chapter_pmgqm]]
2ifdef::manvolnum[]
3pmgqm(1)
4========
5:pmg-toplevel:
6
7NAME
8----
9
10pmgqm - Quarantine Management Toolkit
11
12
13SYNOPSIS
14--------
15
16include::pmgqm.1-synopsis.adoc[]
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
b4ac8be0
DM
23pmgqm - Quarantine Management Toolkit
24=====================================
0b769704
DM
25:pmg-toplevel:
26endif::manvolnum[]
27
f11e91b5 28Toolkit to manage spam and virus quarantine, and send spam report mails.
0b769704 29
99c4f2cd
ML
30The possible timespans are `week`, `yesterday`, and `today`. The default
31pmgspamreport.service is run at 00:05 every day and calls the `pmgqm` command
32with the `--timespan yesterday` parameter.
33This will send a spam report if at least one new spam mail was moved to the
34quarantine since the beginning of the previous day.
35
36The service can be edited, for example, to change the timespan to `today` or
37`week`, with the following command:
38----
39systemctl edit pmgspamreport.service
40----
41
42The timer can be edited with the command below:
43----
44systemctl edit pmgspamreport.timer
45----
46
0b769704
DM
47ifdef::manvolnum[]
48include::pmg-copyright.adoc[]
49endif::manvolnum[]
50