]> git.proxmox.com Git - pmg-docs.git/blob - pmgqm.1-synopsis.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / pmgqm.1-synopsis.adoc
1 *pmgqm* `<COMMAND> [ARGS] [OPTIONS]`
2
3 *pmgqm help* `[<cmd>]` `[OPTIONS]`
4
5 Get help about specified command.
6
7 `<cmd>`: `<string>` ::
8
9 Command name
10
11 `--verbose` `<boolean>` ::
12
13 Verbose output format.
14
15
16
17
18 *pmgqm purge* `[OPTIONS]`
19
20 Cleanup Quarantine database. Remove entries older than configured
21 quarantine lifetime.
22
23 `--check` `<boolean>` ('default =' `0`)::
24
25 Only search for quarantine files older than configured quarantine lifetime. Just print found files, but do not remove them.
26
27
28
29 *pmgqm send* `[OPTIONS]`
30
31 Generate and send spam report emails.
32
33 `--debug` `<boolean>` ('default =' `0`)::
34
35 Debug mode. Print raw email to stdout instead of sending them.
36
37 `--receiver` `<string>` ::
38
39 Generate report for a single email address. If not specified, generate reports for all users.
40
41 `--redirect` `<string>` ::
42
43 Redirect spam report email to this address.
44
45 `--style` `<custom | short | verbose>` ::
46
47 Spam report style. Default value is read from spam quarantine configuration.
48
49 `--timespan` `<today | week | yesterday>` ('default =' `today`)::
50
51 Select time span.
52
53
54
55 *pmgqm status* `[OPTIONS]`
56
57 Print quarantine status (mails per user) for specified time span.
58
59 `--timespan` `<today | week | yesterday>` ('default =' `today`)::
60
61 Select time span.
62
63
64
65