1opendmarc-expire(8) System Manager's Manual opendmarc-expire(8)
2
3
4
6 opendmarc-expire - OpenDMARC history data expiration tool
7
9 opendmarc-expire [options]
10
12 opendmarc-expire expires old records from the database that is part of
13 the OpenDMARC aggregate reporting feature.
14
16 --alltables
17 Expire records in all tables rather than only the large ones.
18
19 --dbhost=host
20 Attempts to connect to the database server on the named host.
21 The default is "localhost".
22
23 --dbname=name
24 Requests a connection to the database called name. The default
25 is "opendmarc".
26
27 --dbpasswd=password
28 Attempts to authenticate to the database server using the speci‐
29 fied password. The default is "opendmarc".
30
31 --dbport=port
32 Tries to connect to the database at the specified TCP port. The
33 default is 3306.
34
35 --dbuser=user
36 Attempts to authenticate to the database server as the specified
37 user. The default is "opendmarc".
38
39 --expire=days
40 Indicates the number of days of data to keep. The default is
41 180.
42
43 --help Prints a usage message and exits.
44
45 --verbose
46 Requests verbose output.
47
48 --version
49 Prints version number and exits.
50
52 This man page covers the version of opendmarc-expire that shipped with
53 version 1.4.1 of OpenDMARC.
54
56 Copyright (c) 2012, 2014, The Trusted Domain Project. All rights re‐
57 served.
58
60 opendmarc(8), opendmarc-import(8)
61
62
63
64 The Trusted Domain Project opendmarc-expire(8)