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